#0 * * * * python /app/manage.py shell --command "from config.workers import sync_data; sync_data('https://manage.backone.cloud')" 
#0 3 * * * python /app/manage.py shell --command "from licenses.utils import delete_expired_licenses; delete_expired_licenses(True)"
0-59/10 * * * * python /app/manage.py shell --command "from iot.utils import sync_flock_data; sync_flock_data()"
2-59/10 * * * * python /app/manage.py shell --command "from iot.utils import sync_log_activity_data; sync_log_activity_data()"
4-59/10 * * * * python /app/manage.py shell --command "from iot.utils import sync_setpoint_data; sync_setpoint_data()"
6-59/10 * * * * python /app/manage.py shell --command "from iot.utils import sync_tabel_alarm_data; sync_tabel_alarm_data()"
7 * * * * python /app/manage.py shell --command "from scales.utils import chickin_syncronizer_cages; chickin_syncronizer_cages()"

