3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
35 stars 27 forks source link

backend-cron: fix crash when RESCHEDULE_JOBS_FREQ is defined #155

Closed davidor closed 4 years ago

davidor commented 4 years ago

When RESCHEDULE_JOBS_FREQ is set we need to convert it to an int, because sleep() raises if it receives a string.