Backendless pro 3.6.0 REDIS-TASKMANAGER problems - Push Notifications

Hi,

We’re having some troubles with Backendless pro 3.6.0 Standalone and Push Notifications.

We’re doing this:

  • Restart machine
  • Because Redis takes too long to start (from “started” to “ready to accept connections” takes 3 minutes), we need to restart it after the normal procedure.
  • Taskmanager not running (it hangs)

In that scenario (taskmanager not running) we are able to use the backend and the code logic in our mobile app.
But we’re unable to receive push notification.
If we restart taskmanager…it starts, but only for a little while (couple of minutes)

Also we tried to delete scheduled tasks in REDIS using:
ZREMRANGEBYSCORE bklsSchaduledTasks -inf +inf

But we are still stuck.

Please help us. Thank you in advance.

Best regards,

Erich Grüttner D.

Hello Erich,

bklsSchaduledTasks is the list of scheduled task, it used for timers, scheduled pushes etc. but for immediate tasks( push, send email, import/export ) we use bklsTasks queue. so to check how many tasks are in the queue use command llen bklsTasks , to clean the queue use command del bklsTasks

Hi Sergey,

Thank you, now it works like a charm!

Best regards,

Erich Grüttner D.