Skip to content

ryandaryl/heroku-python-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Python Flask application

This web application is based an introduction to background worker processes in Heroku, which can be found at the Heroku Devcenter.

I've made the 'web' process return a job id instead of the actual job result. The job id can be saved by the client, and used subsequently to long-poll the web process. Once the worker is done, when queried with the job id, the web process returns the result.

I've also added app.json and this readme so you can:

Deploy to Heroku

By clicking the button below.

Deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages