Messages in Queue not Processing
Messages in a queue have suddenly stopped processing. I'm able to see the messages, produced by a producer worker with a json body, but the message seems to never hit a consumer.
7 Replies
This is the configuration. It's clearly linked to a consumer worker and seems to have valid settings.
This was working yesterday and seemed to just stop this morning after trying out inserting a handful of items in the queue all at once.
Adding more context. Looks like CPU time is exceeded:
Which is odd because generally this only takes ~15 seconds when testing locally
Im hitting the same error - @Thomas Juranek did you end up solving this?
Nope :/
I'm also facing the same issue now. It seems it's not very stable for a production env :NotLikeThis:
This sounds similar to what I'm experiencing as well (messaged in #hey guys, I'm using cf queue, but I'm)
I was able to rollback my live code to a version from ~a week ago and that no longer has the issue. Will update here if we find anything out
Actually - not getting an error message on the 30 second delays and can't check the exact error I'm getting on the 15 minute delays - certain it was an "exceeded CPU limit" but unsure if it was "TypeError: Fetch API cannot load:" as well
Thanks for the info! I think I should ping Pranshu about this issue as well.