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

Move scheduled jobs to Rails jobs #544

Open
DaAwesomeP opened this issue Feb 12, 2024 · 0 comments
Open

Move scheduled jobs to Rails jobs #544

DaAwesomeP opened this issue Feb 12, 2024 · 0 comments

Comments

@DaAwesomeP
Copy link
Member

DaAwesomeP commented Feb 12, 2024

For Active Job:

  • Slack tracker notifications (currently triggered by a Systemd service)
  • Email pulling (currently a separate looping process that should be a job)

For production, we can use Sidekiq (which will create a Redis dependency). Development can use the default async backend.

@DaAwesomeP DaAwesomeP added this to the Before Rails 7 milestone Feb 12, 2024
@DaAwesomeP DaAwesomeP changed the title Move schedule jobs to Rails jobs Move scheduled jobs to Rails jobs Feb 12, 2024
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

1 participant