larryhudson / astro-sqlite-tts-feed

astro-sqlite-tts-feed
5 stars 0 forks source link

HTMX job status - changing job ID when going from 'extractTextFromUrl' to 'convertTextToSpeech' #22

Open larryhudson opened 11 months ago

larryhudson commented 11 months ago

Inside tasks/extractTextFromUrl.js, if 'shouldGenerateAudio' is true, the task enqueues 'convertTextToSpeech'.

After it enqueues, it should update the job ID on the record, so that the HTMX status indicator works.