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
In the production environment there are frequently database connection problems. The advisory lock is great in development when you are starting and stopping the dev server a lot so you get fast feedback, but in production it's less often.
There should be a configuration option to set whether an advisory lock is taken on the process record in the notifier reactor. In development it should default to true and in production default to false.
In the production environment there are frequently database connection problems. The advisory lock is great in development when you are starting and stopping the dev server a lot so you get fast feedback, but in production it's less often.
There should be a configuration option to set whether an advisory lock is taken on the process record in the notifier reactor. In development it should default to true and in production default to false.
Relates to:
GoodJob::AdvisoryLockable::RecordAlreadyAdvisoryLockedError
errors #1446The text was updated successfully, but these errors were encountered: