Created background worker that runs daily to disable inactive links. I believe I'll need to provision redis and run a specific command to scale basic dynos for workers once a manual deploy is pushed
What are the relevant tickets (if any)
closes #32
Testing
This was my first time creating a background job - wasn't sure how to test with rspec
Checklist
[X] The code follows the project's coding standards.
[ ] Unit tests have been added or updated to cover the changes.
[X] The code compiles without errors.
[X] The changes have been tested locally and pass all relevant tests.
[X] All new and existing tests pass.
[ ] The pull request has been reviewed by at least one other contributor.
Deployment Notes
Will need to provision redis and run some commands to initialize sidekiq
Description of Changes
Created background worker that runs daily to disable inactive links. I believe I'll need to provision redis and run a specific command to scale basic dynos for workers once a manual deploy is pushed
What are the relevant tickets (if any)
closes #32
Testing
This was my first time creating a background job - wasn't sure how to test with rspec
Checklist
Deployment Notes
Will need to provision redis and run some commands to initialize sidekiq