Run scheduled updates #28

Merged
leming merged 1 commit from leming_add-schedule into main 2026-08-17 15:55:46 +00:00
Owner
  • Add schedule use.
  • Add some additional logs.
- Add `schedule` use. - Add some additional logs.
leming self-assigned this 2026-07-17 19:56:28 +00:00
- Move newsletter generation to a separate module.
- Use `datetime` for events, convert only in provider.
- Use common `PhysicalAddress` str representation.
- Small template fixes.
- Add `schedule` use.
- Add some additional logs.
xorboo approved these changes 2026-07-20 14:21:24 +00:00
@ -195,0 +81,4 @@
# Configure scheduler and run execution loop.
# TODO: configurable scheduling?
schedule.every(12).hours.do(job)
First-time contributor

Do we want to run it immediately on startup before waiting for 12h?

schedule.every(12).hours.do(job).run()

Do we want to run it immediately on startup before waiting for 12h? `schedule.every(12).hours.do(job).run()`
leming marked this conversation as resolved
leming force-pushed leming_add-schedule from 96459f6dd6 to caf1961411 2026-08-17 15:53:11 +00:00 Compare
leming force-pushed leming_add-schedule from caf1961411 to f9cdbc2767 2026-08-17 15:55:04 +00:00 Compare
leming merged commit 3d4dd6c1bb into main 2026-08-17 15:55:46 +00:00
leming deleted branch leming_add-schedule 2026-08-17 15:55:47 +00:00
leming referenced this pull request from a commit 2026-08-17 15:55:47 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
leming/kronos!28
No description provided.