-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 Good Jobs should process jobs #298
Comments
good_job doesn't appear to queue anything up when creating a work tested via bulkrax too Sample file: Test of URLs in CSV upload.csv This should not be zero |
GoodJob should run when jobs are triggered. This commit start up the container automatically when we docker-compose up. Before this change it was trying to start sidekiq since that's what hyrax-webapp's docker-compose.yml does. Issue - https://github.com/scientist-softserv/adventist-dl/issues/571
I haven't been able to figure this out yet so I'm going to move it back and pick up another ticket for the sake of progress. If others need to save a file for testing purposes, use sidekiq for now. I switched to running hyku proper and their /jobs endpoint loads sidekiq so leaving that for now. |
Reading through the good_jobs doc, this seems to describe the behavior I'm seeing
I changed external to inline. It successfully attached the work but uses the rails server instead so I'll keep trying other configurations and/or try to figure out why external works for adventist locally but not for this project. |
@ShanaLMoore is this one done now? |
SoftServ QA: ✅ Pass!
|
Summary
When I manually create a work via the UI and attach a file, I don't see jobs running in good_job. The work never attaches the file I selected.
Acceptance Criteria
Testing Instructions
Screenshots
The text was updated successfully, but these errors were encountered: