Results 4 comments of Thiha

Did you got any solution for this? I also got the same issue. We did use this service for quite long ago and no issue at all. But, suddenly my...

If anyone facing this problem, please use `enqueueAt` instead of `enqueueIn`. ``` CakeResque::enqueueAt( new DateTime('2019-12-01 15:56:23'), 'default', // Queue Name 'FriendShell', // Job classname array('findNewFriends', 'John Doe', 'Ghana') // Various...

Just got a update for this. When I flushdb in redis-cli, all queue job stuck in `Thu Jan 01 07:30:00 SGT 1970` (I used Singapore Timezone) I hope, this can...

Awesome, you saved my day dude. Spent almost the whole day to find out this issue.