Is your enhancement related to a problem? Please describe.
In 3.8.0, Action Scheduler was introduced to offload audio generation. In Classic Editors, when the audio generation is triggered, it correctly displays the message "Audio generation is in progress...", but it doesn't update when the audio generation is completed.
The users have raised a complaint that they've waited for hours for the audio generation to complete, due to the false negative message.
Designs
No response
Describe alternatives you've considered
Use Heartbeat-API polling to check the status of the generated audio, and updated the message to "Audio generated."
Code of Conduct
Is your enhancement related to a problem? Please describe.
In 3.8.0, Action Scheduler was introduced to offload audio generation. In Classic Editors, when the audio generation is triggered, it correctly displays the message "Audio generation is in progress...", but it doesn't update when the audio generation is completed.
The users have raised a complaint that they've waited for hours for the audio generation to complete, due to the false negative message.
Designs
No response
Describe alternatives you've considered
Use Heartbeat-API polling to check the status of the generated audio, and updated the message to "Audio generated."
Code of Conduct