jonaro00
jonaro00
@that-ambuj In this context, the sqlite db is local in the project container. `deploy`->Ctrl-C->`deploy` will make two enter building at the same time.
@that-ambuj That function is only called on deployer startup, and does not prevent multiple deployments from entering building. @iulianbarbu Do you want the deployment to not enter the queue at...
@oddgrd Is this still wanted or should it close due to #1003 ?
Closing this since custom tracing subscribers (or other loggers) are now supported. https://docs.shuttle.rs/configuration/logs
Making `cargo shuttle clean` also clean the cargo cache might solve this, but the building process will soon be revamped anyways #1547. To force cargo to re-fetch you can use...
Organization support (sharing projects) is currently being worked on. We hope to have it released soon.
Great suggestion! We will try supporting it in the new builder #1547
@edgerunnergit Running an RDS resource on a local run essentially starts a dummy one for you (a local docker container). If all the feature flags work against local dbs, it...
Have you made sure it is not the project idling? https://docs.shuttle.rs/introduction/idle-projects Also, make sure the versions of cargo-shuttle and the dependencies are 0.19.x
Which sort of socket logic are you using? Is it a websocket with one of the supported frameworks? Some more context and steps to reproduce the bug would be helpful.