example de comment gérer des tâches

PHOTO EMBED

Tue Feb 22 2022 15:37:55 GMT+0000 (Coordinated Universal Time)

Saved by @nathan #flask #python

@app.route('/long-task')
def long_task():
	do_long_task()
	return "Task completed"
content_copyCOPY