Donatas

Results 24 issues of Donatas

The django content should find its home under the python docs here: https://fly.io/docs/python/frameworks/ One question here is: what about django beats?

documentation

I found an issue with this document. Title: Fly Launch configuration (fly.toml) Location: https://fly.io/docs/reference/configuration/ Source: https://github.com/superfly/docs/blob/main/reference/configuration.html.markerb ### Describe the issue The gpu kind is incorrect in the [vm section](https://fly.io/docs/reference/configuration/#the-vm-section); this...

bug
documentation

**Describe the bug** When I use the `--attach` flag, this is the `fly.toml` that I get in my `fly/apps//fly.toml` ```toml [experimental] [experimental.attached] [experimental.attached.secrets] [experimental.attached.secrets.export] SANDWICH_CHAT_URL = 'http://${FLYCAST_URL}/sandwich-chat' ``` The relevant...

bug

### Change Summary What and Why: Allow config to be set by env vars for most flags. Let's say you're managing multiple infrastructure setups, it can be be convenient to...

possibly closes #3761 and possibly closes #3358

**Describe the bug** When launching a python app, `flyctl` sometimes throws out a warning that the app should be listening on the specified address/port, however the app is listening on...

bug
duplicate

Currently the django scanner is a bit of an odd duck in the python frameworks. It's a bit more involved, but not that much more involved - it'd be good...

enhancement

From a DX perspective it would make sense to me if there was a "declarative" record of the database. I think it'd be a nice feature if you could either...

enhancement

There's a mismatch in behavior between `fly launch` and `fly pg create` when setting up a database. If during `fly launch` I specify that I want postgres, a `DATABASE_URL` will...

bug

In the verbose mode you can output a whole bunch of info of what's going on behind the scenes, including what api requests are happening. What would be great is...

enhancement