We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 job monitoring feature (celery background worker?) to monitor submitted Zoobot batch jobs.
These would track the job state and update as the jobs complete / error.
Also look at adding a polling job status API for requesting this data (via long polling). Similar batch job monitoring code via Azure Cosmos at https://github.com/zooniverse/CameraTraps/blob/master/api/batch_processing/api_core/server_batch_job_manager.py#L127
The text was updated successfully, but these errors were encountered:
we're using the azure batch job resources / API as the job tracking store.
Sorry, something went wrong.
No branches or pull requests
Provide job monitoring feature (celery background worker?) to monitor submitted Zoobot batch jobs.
These would track the job state and update as the jobs complete / error.
Also look at adding a polling job status API for requesting this data (via long polling). Similar batch job monitoring code via Azure Cosmos at https://github.com/zooniverse/CameraTraps/blob/master/api/batch_processing/api_core/server_batch_job_manager.py#L127
The text was updated successfully, but these errors were encountered: