-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
So I was testing reanimating and then canceling a terminated job. I reanimated a job, it gets updated correctly and goes to waiting status. Then if I try to cancel the job the update query blows up because it doesn't have the processCount
field on the row.
Error: RethinkDB returned an error at getResultError
first_error: 'No attribute `processCount` in object...
This table might be from an older version of RJQ. Is this a bug or should I try this on a fresher queue table?