sablierapp / sablier

Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.
https://sablierapp.dev/
GNU Affero General Public License v3.0
1.36k stars 46 forks source link

HTTP POST to start container? #257

Closed poblabs closed 8 months ago

poblabs commented 8 months ago

Hey there, I don't think this is a bug but I didn't see a question topic. This project is great! I'm using it with traefik without issue. I do have 1 app that I send HTTP POST api requests to but the container isn't starting. Seems it only starts on GET? Is it possible to do POST with the sessionDuration options?

Thanks!

poblabs commented 8 months ago

Nevermind, I think the bug is with my own Python script and not with sablier 😄