Skip to content
New issue

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

wth & jm - Change datatype DelayedJob Handler from Text to LongText #991

Merged
merged 1 commit into from Jul 7, 2017

Conversation

wtholt
Copy link
Contributor

@wtholt wtholt commented Jul 7, 2017

Some exceptions received by Delayed Job can be quite lengthy. If you are using MySQL, the handler and last_error fields may not be long enough. Change their datatype to longtext to avoid this issue. If you are using PostgreSQL, this will not be a problem.

https://www.sitepoint.com/delayed-jobs-best-practices/
https://stackoverflow.com/questions/4443477/rails-3-migration-with-longtext

[#148490549]

Story - https://www.pivotaltracker.com/story/show/148490549

Some exceptions received by Delayed Job can be quite lengthy. If you are using MySQL, the handler and last_error fields may not be long enough. Change their datatype to longtext to avoid this issue. If you are using PostgreSQL, this will not be a problem.

https://www.sitepoint.com/delayed-jobs-best-practices/
https://stackoverflow.com/questions/4443477/rails-3-migration-with-longtext

[#148490549]

Story - https://www.pivotaltracker.com/story/show/148490549
@wtholt wtholt added the MUSC label Jul 7, 2017
@jwiel86 jwiel86 merged commit 71ca57e into master Jul 7, 2017
@kayla-glick kayla-glick deleted the wth-jm-longtext-delayedjob branch July 17, 2017 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants