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 App Systemd Tasks to Active Jobs #552

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    187f51e View commit details
    Browse the repository at this point in the history
  2. Move Email Pulling to ActiveJobs

    This introduces substantial changes to email pulling.
    
    * Email pulling is no longer managed with systemd and rake.
    
    * Email pulling job no longer manages its own lifecycle. If we are no
    longer using systemd, we no longer have its ability to recover from
    unexpected failure by restarting the task. Additionally, we no longer
    need to manage an IMAP connection lifecycle, and avoid rate-limiting
    errors.
    
    * IMAP failures are now logged as errors, as we do not expect
    rate-limiting or dropped connection errors on a short-lived connection.
    NoRePercussions committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4719e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    321df8e View commit details
    Browse the repository at this point in the history