Fix Script in background: Progress worker state is not set to complete after worker is finished message

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2022 12:12 PM
Has anyone received the error, Progress worker state is not set to complete after worker is finished, when running a Fix Script in the background?
I'm receiving this error and the state remains in Running but I know my script completes because of a log message I have at the end of the script displays in the Log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2022 12:29 PM
can you remove gs.sleep() and try ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2022 05:27 AM
Mohith,
I'll give this a try and will let you know the results shortly.
Thanks,
Mike

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2022 08:20 AM
I removed the gs.sleep() and am getting the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 01:22 PM
Did you ever get this resolved?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 05:24 AM
Yes I did in my situation. I noticed that I was receiving some unique database constraint errors and when I added logic to my script to check if the record exists before inserting, the Fix Script was completing successfully.