We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is some mismatch in weekday...
I am trying to run something on friday. But debug log shows it is not matching on a friday.
import crython from datetime import datetime import logging logging.basicConfig(level=logging.DEBUG) @crython.job(expr="*/25 * 9-16 * * fri *") def test(): print("im at %s",datetime.now()) crython.start() #crython.stop() #crython.join(timeout=5)
On Friday, logs:
DEBUG:crython.crython.expression:Field "weekday:4" does not match value "5"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is some mismatch in weekday...
I am trying to run something on friday. But debug log shows it is not matching on a friday.
On Friday, logs:
DEBUG:crython.crython.expression:Field "weekday:4" does not match value "5"
The text was updated successfully, but these errors were encountered: