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
Currently, if we set the Sidekiq concurrency to anything greater than one, we end up with a bunch of issues of concurrency and timing issues with the various background workers.
When a new asset is added ensure that no jobs are failing in the asset compilation
Serialize the asset compilation process into a single worker / process. This will allow better error handling
The text was updated successfully, but these errors were encountered:
Currently, if we set the Sidekiq concurrency to anything greater than one, we end up with a bunch of issues of concurrency and timing issues with the various background workers.
The text was updated successfully, but these errors were encountered: