How do I use ActiveJob to track the progress of long-running remote tasks?
Yesterday I wrote a post about initializing AWS Elemental MediaConvert job. It's a common case that you initiate a task and have to wait some unspecified time for the result. All what you have is an external system job id.
In such cases, I use a ve...
rubywizards.com2 min read