Nik Cimino
Nik Cimino
same issue here GitHub link: https://github.com/margelo/react-native-quick-crypto/blob/ac04d8c622570a99a4834cbceecc976e4e005492/src/Cipher.ts#L207-L209
This module depends on `crypto-browserify` which has a fix for this... can you please use that until you fix this?
We never did fix this, but I think you could easily create a extended class that wraps the `windowsRegistry.getStringValue` call with a catch for `NativeIntegrationUnavailableException` and if that fails then...
Stack to schedule setup is the only path in - outside of a schedule change... ``` enabled_models_qs, schedulers.py:282 enabled_models, schedulers.py:279 all_as_schedule, schedulers.py:266 schedule, schedulers.py:531 setup_schedule, schedulers.py:260 __init__, beat.py:265 __init__, schedulers.py:252...
I see 2 options: 1. implement some system that will re-fetch tasks at some interval 2. load all of the tasks that are scheduled with cron I've implemented option 2....
I observed something similar, but what was happening for me was that the timezone set for celery was not matching the django project/server timezone. Due to this celery beat has...
> can not verify this as there is no appropriate test cases. and the CI is failing. i think it would be better to implement improved protocol @auvipy / @alirafiei75...
That 5 minute force refresh is not happening for crontab. Some code runs, but the reload never rereads/refreshes from the database. This code you are referring to as the fix...