Skip to content

piku/sample-python-app

Repository files navigation

Sample Python Application for piku

This is a simple Python app that demonstrates:

  • HTTP port selection via the PORT variable (set in ENV)
  • An independent worker process (that is auto-restarted upon exit)
  • A daily scheduled worker that runs every day at 6PM
  • Another independent worker with a built-in scheduler

To publish this app to piku, clone the repository and run the following commands:

git remote add piku piku@your_server:sample_python_app
git push piku master

About

Sample python app for deployment with piku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published