You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @job_result decorator is used for the job_query endpoint, and intercepts the logic to show a generic error page if there's an error (handled or unhandled). This should be used for all endpoints where it makes sense.
We can also modify the base template to handle the PENDING job status, and thus simplify the templates that derive from it, which can then assume that the job ran successfully.
The text was updated successfully, but these errors were encountered:
The
@job_result
decorator is used for thejob_query
endpoint, and intercepts the logic to show a generic error page if there's an error (handled or unhandled). This should be used for all endpoints where it makes sense.We can also modify the base template to handle the PENDING job status, and thus simplify the templates that derive from it, which can then assume that the job ran successfully.
The text was updated successfully, but these errors were encountered: