Skip to content

Conversation

@chrisguidry
Copy link
Owner

Just wanted to demonstrate that a task can be scheduled while it is
currently running. This just uses docket.add, but later we could
think about making self-perpetuating tasks first-class citizens.

Closes #7

Just wanted to demonstrate that a task can be scheduled while it is
currently running.  This just uses `docket.add`, but later we could
think about making self-perpetuating tasks first-class citizens.

Closes #7
@chrisguidry chrisguidry merged commit 6018792 into main Mar 3, 2025
4 checks passed
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ca9d810) to head (1aafbb1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         1182      1205   +23     
  Branches        51        53    +2     
=========================================
+ Hits          1182      1205   +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chrisguidry chrisguidry deleted the perpetuating-tasks-tests branch March 26, 2025 13:26
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.

Tests illustrating self-perpetuating tasks

3 participants