Viewing profile — djboz
djboz
HN member- Joined
- Mon, Feb 15, 2021, 6:33 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About djboz
No profile information was provided.
Recent public activity
-
comment
Comment #39838064
If the rest of your infra is on AWS(e.g., S3/RDS/Dynamo), why not just start with ECS? Egress fee's would seem to take a toll after a bit using Fly.io
-
comment
Comment #39216043
Really cool! For the Gearman workers, did you load jobs dynamically? Or, would you have to re-deploy for new jobs/updated jobs?
-
comment
Comment #39215978
Do you capture all of your job code in a single image and reference execution paths on container startup per job? Or, are you building an image per job?
-
comment
Comment #39211166
What's the workflow for job registration look like? Does an engineer upload a single script/binary to some storage service(e.g., EFS/S3/whatever) or builds and uploads a container …