additional comments

drew/tilt-local-dev
Drew Bednar 2 years ago
parent 204120c6a1
commit c6815e694d

@ -1,4 +1,4 @@
MIT License Copyright (c) 2022 Drew Bednar MIT License Copyright (c) 2023 Drew Bednar
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

@ -45,6 +45,8 @@ def task_status(task_id: str):
"""Check async task result. """Check async task result.
Endpoint is used for XHR short polling to check the task status. Endpoint is used for XHR short polling to check the task status.
A result of "PENDING" will be returned for task_id's that don't actually exist.
""" """
task = AsyncResult(task_id) task = AsyncResult(task_id)
state = task.state state = task.state

Loading…
Cancel
Save