This commit is contained in:
2018-10-14 07:01:13 -04:00
parent 7991bcbf1a
commit 66fe951831
+1 -1
View File
@@ -77,7 +77,7 @@ Here, we'll process our data in the background, while responding immediately to
@api.background.task
def process_data(data):
# Just sleep for three seconds, as a demo.
"""Just sleeps for three seconds, as a demo."""
time.sleep(3)