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

Provide a way to indicate that a job definition may have changed #58

Open
robacarp opened this issue Jan 8, 2021 · 0 comments
Open
Labels

Comments

@robacarp
Copy link
Collaborator

robacarp commented Jan 8, 2021

Here's a theoretical timeline:

  • Job is defined, code is deployed to both worker and dispatcher
  • Jobs are enqueued
  • Job definition is changed, code is deployed to dispatcher
  • Worker should be able to continue to process old jobs and not process any new jobs

Currently mosquito has no code coverage for the scenario where a worker and a dispatcher have different jobs, or different versions of jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant