Valeriy
Valeriy
# Sample celery beat log (portion) for demonstration: ``` [2022-06-07 17:04:11,297: INFO/MainProcess] DatabaseScheduler: Schedule changed. [2022-06-07 17:04:11,602: INFO/MainProcess] Scheduler: Sending due task AZMSABG01R1-enable-2022-06-07-17:04:09.182051_b70fd6d8-4f3a-4d8d-8069-0b0d09ddc4f9 (nautobot.extras.jobs.scheduled_job_handler) [2022-06-07 17:04:11,785: INFO/MainProcess] Scheduler: Sending due...
@auvipy > you could just modify the previous issue. btw can you please try & check new release https://github.com/celery/django-celery-beat/releases/tag/v2.3.0 ? Turns out someone else from the team has upgraded our...
One other thought... _django_celery_beat.schedulers.ModelEntry.is_due()_ - has this logic: ``` # ONE OFF TASK: Disable one off tasks after they've ran once if self.model.one_off and self.model.enabled \ and self.model.total_run_count > 0:...
There is one other issue that is being resolved by the above "override" (listed in a comment above)... Before (the override), `total_run_count` stored in the database after job's execution -...
Absolutely, @bryanculver ! My Nautobot experience started when I was part of NIDM (Network Infrastructure Domain Model) project team at BoFA (that contains few Network to Code developers) led by...
Please let me know if this can be done, and how son one can expect it to be implemented. I would not want to use this framework for our team's...
Yes, this can be a limitation to this feature's implementation (there may be more limitations like this - like underlying model has changed and some fields no longer there). But......
Python: 3.10 OS: should not matter (but mine is MacOS Ventura 13.4 - M1 chip), this issue was happening in prior OS versions as well structlog: 23.10 tenacity: 8.2.2 This...
I have not known about plugins before (I am pretty new to "keep"), but I guess it "can" be used for this purpose. Question is: why would a special plugin...
In addition, it is highly desirable to allow individual model fields to be configured to have role-based restrictions (read/write/delete permissions at a User Role level).