Jay Goel
Jay Goel
We want the ability to have some sort of global lock. This is useful to make sure only 1 worker is performing a task at a time (for example, only...
We want to make sure our software has enough disk space to work. If not, we want to stop processing requests. ## Step 1: API Endpoint The API consumes data...
### What happens? When performing any query against a table with a 64-bit integer (in my case, a [snowflake id](https://en.wikipedia.org/wiki/Snowflake_ID)), the operation hangs. ### To Reproduce #### 1. Create SQLite...
The [generated Dockerfile](https://github.com/superfly/flyctl/blob/master/scanner/templates/flask/Dockerfile) for flask should have a different CMD. Right now it runs python3 -m flask run. This is incorrect. Flask [warns](https://flask.palletsprojects.com/en/3.0.x/deploying/) about this in their docs: > Do...