We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BaseJob.error_message
When running in AWS context, an error was triggered which led to the following:
django.db.utils.DataError: value too long for type character varying(128)
This is caused by the error_message field being too small for the error.
error_message
update: The error is truncated here but to 512 not 128 chars
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running in AWS context, an error was triggered which led to the following:
This is caused by the
error_message
field being too small for the error.update: The error is truncated here but to 512 not 128 chars
The text was updated successfully, but these errors were encountered: