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'm using sidekiq and check a certain condition throughout the execution of the job and disable or enable it based ons said condition. However the job seems to get perpetually stuck in a planned state.
How is enable! and disable! supposed to work?
I'm using sidekiq and check a certain condition throughout the execution of the job and disable or enable it based ons said condition. However the job seems to get perpetually stuck in a planned state.
I'm using memory_store as cache client.
ActiveJob::TrafficControl.cache_client = ActiveSupport::Cache.lookup_store(:memory_store)
code managing the state:
The text was updated successfully, but these errors were encountered: