You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug has been identified, and I believe fixed. Add another test along with yours, which are both now passing. We will be doing some manual testing just to verify.
It's common to obtain a reference to an already created task using the
find
class method.If you then try to add a job to that task
the job is never queued: that only happens if the task is
started
, which is tracked by an instance variable that isn't persisted.The text was updated successfully, but these errors were encountered: