- [x] Port the queueworker code from OCaml to F# (mostly done, but it doesn't actually start as the `main` method is empty) - [x] Start the queueworker in main - [x] Determine how the queueworker is going to run (multi-threaded?) - [x] add queueworker container to containers/ - [x] add queueworker service to services/ - [x] add healthcheck - [x] Add tests - [x] determine how we're going to switch over to this
mainmethod is empty)