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

use aware datetime + better schedule storing #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

vindemasi
Copy link

@vindemasi vindemasi commented Dec 11, 2018

Hello @mixkorshun ,

the PR proposal solve two little issues with scheduler interaction:

  • use aware datetime solve an issue with last_run date if timezone is configured (in fact after the first reload the stored datetime was interpreted as UTC also if it was relative to a timezone)

  • changed a bit the interaction between the scheduler and the store. Now changes on beat_schedule config are synced correctly. This solve the issue Old scheduled task is not removed when removed from the list #2 too.

Have a nice day

Copy link

@auvipy auvipy left a comment

Choose a reason for hiding this comment

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

could you plz rebase? and add some tests?

@vindemasi
Copy link
Author

@auvipy just now I am in Vacation and without a computer, I Will do it as soon as I can.

@iwadar
Copy link

iwadar commented Jan 29, 2025

Hello @mixkorshun @vindemasi @auvipy ! Could you merge this PR, please🥺? This module is cool, I want to use it for my project. And this fix is very important

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.

3 participants