Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Jun 24, 2024
1 parent 9c85bc6 commit d9557ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async def run(self, *args, **kwargs):
print()
print("RUNNING BLOCKING_http_task:")
url = kwargs["url"]
resp = requests.get(url)
resp = requests.get(url, timeout=1)
print("resp: ", resp)


Expand Down

0 comments on commit d9557ce

Please sign in to comment.