GitHub User: pduersteler
Site: http://www.pduersteler.ch
Found the error. Seems that record.save :validate => false does this.
record.save :validate => false
Strange thing. When i put a job into queue when stalker is running, it repeats the same job over and over again and only stops if the job fails. Someone else with this?
Found the error. Seems that
record.save :validate => falsedoes this.Strange thing. When i put a job into queue when stalker is running, it repeats the same job over and over again and only stops if the job fails. Someone else with this?