Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Background Job Handling #305

Open
2 tasks
mbiang opened this issue Feb 13, 2020 · 0 comments
Open
2 tasks

Improve Background Job Handling #305

mbiang opened this issue Feb 13, 2020 · 0 comments
Assignees
Milestone

Comments

@mbiang
Copy link

mbiang commented Feb 13, 2020

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
@mbiang mbiang added this to the Feb milestone Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants