Advanced Queue stuck

BatchPatch Forums Home Forums BatchPatch Support Forum Advanced Queue stuck

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9807
    doug
    Moderator

    You found a bug. Thanks for bringing it to our attention. The issue is with “Terminate queue if previous ‘Check for available updates’ finds 0 updates”, which is crashing the job queue thread when the previous check for updates returns an error instead of producing a result. That’s why it just sits there indefinitely. We’ll have this fixed for the next release. In the meantime your options are to either not use the “Terminate queue if previous ‘Check for available updates’ finds 0 updates” or to use something like this instead, which will force the queue to terminate if the check for available updates errors so that the 3rd step in the queue is just never executed in that case and therefore cannot crash the thread:

    1: Check for available updates

    2: Terminate queue if previous action fails/errors

    3: Terminate queue if previous ‘Check for available updates’ finds 0 updates

    -Doug

    #9808
    trobinson
    Participant

    Thanks Doug! I’ll make the changes to my queues in the meantime.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.