We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd3ec7 commit 010febfCopy full SHA for 010febf
code-examples/migrate-to-ory/0-get-auth0-user-data.sh
@@ -36,7 +36,7 @@ poll_job_status() {
36
state=$(echo $jobstatus | jq -r ".status")
37
echo "jobstate: ${state}"
38
39
- if [[ $state == "pending" ]]; then
+ if [[ $state == "pending" ]] || [[ $state == "processing" ]]; then
40
echo "${jobstatus}" | jq ".time_left_seconds" | read timeleft
41
if [ -z $timeleft]; then
42
sleep 1
0 commit comments