Hi,
does it possible to add yearly
event to the
scheduler_events
in
hooks.py
and will it be executed once per year?
Hi,
does it possible to add yearly
event to the
scheduler_events
in
hooks.py
and will it be executed once per year?
set a cron entry like
"cron": {
"0 0 1 1 *": "my_method___"
}
hi, thank you, sorry but cron entry where it’s?
hooks.py
Do read about it’s documentation.
You can also add it to your cron tab.
access it by
crontab -e
You can add some particular method for it to execute by adding
bench execute /path/to/filename.method
Reading up on some basics on cron will also help.