Has anyone used fly machines with SQS?

This might be an odd question. I have an existing SQS consumer always running and polling for jobs. I’ll like to migrate this to Fly machines, but it seems this would fundamentally require me to change from a pull to push architecture.

  1. Is there a way to run my existing SQS consumer in fly.io, but scale to zero when it’s not doing anything? I would probably have to wake it up some how, but wanted to see what the smarter people here would do.
  2. Can machines horizontally scale automatically for my SQS consumer?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.