In get queue item

In get queue item operation returned an invalid status code service unavailable while running in trigger I am getting this error while running manually bot got completed successfully what is the issue here

@sruthesanju

Just use a retry scope around…

This is an intermitent thing when orchestrator connection breaks for few seconds

Retry scope around it should sort the issue

Cheers

Okay in retry scope what should I need to keep in the condition

give try at

  • 3 iterations
  • let it sleep for 3 seconds

Condition we let blank, as any access resulting with exception will activate the retry mechanism out of the box

Can you pls show the example

@sruthesanju

You can leave the condiiuon empty…when it fails it retries

Cheers

Can we do any changes in trigger

@sruthesanju

what changes you want to xdo in trigger?

the issue is the connection intemittently

cheers