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
I see the job being added to good_jobs and it completes
GoodJob::Job Create (0.7ms) INSERT INTO "good_jobs" ("queue_name", "priority", "serialized_params", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["queue_name", "default"]
The dashboard does not show any jobs.
The text was updated successfully, but these errors were encountered:
I see the job being added to good_jobs and it completes
GoodJob::Job Create (0.7ms) INSERT INTO "good_jobs" ("queue_name", "priority", "serialized_params", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["queue_name", "default"]
The dashboard does not show any jobs.
The text was updated successfully, but these errors were encountered: