David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said over 3 years ago on Periodic Tasks with sidekiq-cron :
I haven’t tried this yet. It could have some complications if sidekiq-cron hasn’t been updated yet to handle it.

David Kimura PRO said over 3 years ago on Periodic Tasks with sidekiq-cron :
https://github.com/sidekiq-cron/sidekiq-cron/issues/378 This may have some helpful information 

David Kimura PRO said over 3 years ago on Hotwire Dashboards :
I like the idea  tbcooney . I've got this on my list!

David Kimura PRO said over 3 years ago on Zipping Files :
I would probably queue up the background job and pass the jobs record id. This can manage the state of the background job. Once the job finishes, it can attach to this record the zipped file. It can then send out the notification and the user can download the finished zip.

David Kimura PRO said over 3 years ago on Hotwire Modals :
You could create a PORO, view component, helper or partial which has a generic modal. From there, you could pass in the locals required for the title, content, etc. Personally, I don't mind creating a new modal for this kind of stuff, but I do see the benefit if modals are a primary way that users interface with the application.