Skip to content

Simplified scheduler.#221

Merged
s3rius merged 2 commits intodevelopfrom
feature/scheduler-updates
Oct 17, 2023
Merged

Simplified scheduler.#221
s3rius merged 2 commits intodevelopfrom
feature/scheduler-updates

Conversation

@s3rius
Copy link
Copy Markdown
Member

@s3rius s3rius commented Oct 17, 2023

Now scheduler doesn't run periodic update task in the background. Now it runs it every minute when scheduler runs.
This simplifies both the scheduling API and makes the scheduler less error-prone.

Signed-off-by: Pavel Kirilin <win10@list.ru>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 17, 2023

Codecov Report

Merging #221 (718b405) into develop (76d4846) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #221      +/-   ##
===========================================
+ Coverage    73.42%   73.45%   +0.02%     
===========================================
  Files           55       55              
  Lines         1656     1646      -10     
===========================================
- Hits          1216     1209       -7     
+ Misses         440      437       -3     
Files Coverage Δ
taskiq/cli/scheduler/run.py 92.39% <100.00%> (+3.28%) ⬆️
taskiq/scheduler/scheduler.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@s3rius s3rius merged commit b223097 into develop Oct 17, 2023
@s3rius s3rius deleted the feature/scheduler-updates branch October 17, 2023 08:51
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.

2 participants