-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Job for Downloads #2562
Comments
Could #2520 be a good pattern for a job tracker/stimulus controller? |
Maybe fieldslips would be better. I was able to get away without a new job
tracker table with the images because there was a file to check. Well,
come to think of it, maybe there would be a file to check with the
download, too? If so, I think you're right.
…On Thu, Dec 5, 2024 at 8:40 PM Joseph D. Cohen ***@***.***> wrote:
Could #2520
<#2520> be a
good pattern for a job tracker/stimulus controller?
—
Reply to this email directly, view it on GitHub
<#2562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYTNNJZLTLJZZGOQPL5WX32ED6BJAVCNFSM6AAAAABTCYVW2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRHEYDENBWHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks Jason. You're probably right. I'll have a look at the FieldSlip PR.
On Thu, Dec 5, 2024 at 5:48 PM Jason Hollinger ***@***.***>
wrote:
… Maybe fieldslips would be better. I was able to get away without a new job
tracker table with the images because there was a file to check. Well,
come to think of it, maybe there would be a file to check with the
download, too? If so, I think you're right.
On Thu, Dec 5, 2024 at 8:40 PM Joseph D. Cohen ***@***.***>
wrote:
> Could #2520
> <#2520> be a
> good pattern for a job tracker/stimulus controller?
>
> —
> Reply to this email directly, view it on GitHub
> <
#2562 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAYTNNJZLTLJZZGOQPL5WX32ED6BJAVCNFSM6AAAAABTCYVW2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRHEYDENBWHA>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALDFH7V2M22H5RBMQ5S7T2ED65VAVCNFSM6AAAAABTCYVW2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRHEYTAMZQGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The appropriate Field Slip PR for Stimulus and Tracker is #2081. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Downloads should use ActiveJob instead of downloading in the foreground.
See #2561
The text was updated successfully, but these errors were encountered: