Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ _Libraries for scheduling jobs._
- [prefect](https://github.com/PrefectHQ/prefect) - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
- [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans.
- [SpiffWorkflow](https://github.com/sartography/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
- [loopz](https://github.com/Shiv0087/loopz) - Auto-saves and resumes any Python loop from exactly where it crashed.
Comment on lines 757 to +760
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The items in this "Job Schedulers" list appear to be kept in alphabetical order (airflow, apscheduler, dagster, ...). To maintain that convention, loopz should be placed after dagster and before prefect.

Suggested change
- [prefect](https://github.com/PrefectHQ/prefect) - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
- [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans.
- [SpiffWorkflow](https://github.com/sartography/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
- [loopz](https://github.com/Shiv0087/loopz) - Auto-saves and resumes any Python loop from exactly where it crashed.
- [loopz](https://github.com/Shiv0087/loopz) - Auto-saves and resumes any Python loop from exactly where it crashed.
- [prefect](https://github.com/PrefectHQ/prefect) - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
- [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans.
- [SpiffWorkflow](https://github.com/sartography/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.

Copilot uses AI. Check for mistakes.

## Logging

Expand Down
Loading