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

Make orphan jobs idempotent #621

Merged
merged 27 commits into from
Apr 5, 2023
Merged

Make orphan jobs idempotent #621

merged 27 commits into from
Apr 5, 2023

Conversation

baszoetekouw
Copy link
Member

Specifically, make sure the next step in the process

  • warn for suspension
  • actual suspension
  • warn for deletion
  • actual deletion
    is only executed if the timeout period for the previous step has expired.

In the previous situation, the next step would be executed right away if the cron jobs runs again.

@baszoetekouw baszoetekouw linked an issue Apr 4, 2023 that may be closed by this pull request
@oharsta oharsta merged commit a1a5604 into main Apr 5, 2023
@baszoetekouw baszoetekouw deleted the fix/user_suspend branch May 30, 2023 11:24
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

Successfully merging this pull request may close these issues.

Enable suspension of users
3 participants