Level 88
Well this might be expected behaviour by the database you've picked: https://stackoverflow.com/questions/42525764/auto-increment-seed-values-get-revert-back-to-old-value-on-rds#answer-42525839
1 like
Hi Guys,
Recently I deployed Lumen job Queue to production RDS AWS, so far I had no issue and things are working smoothly as expected.
But I noticed that jobs table auto-increment has been reset to lower number that it was yesterday like: from 2105345 to 1 and started again.
Is there any valid reason for it for it's only me facing this issue?
Thanks in advanced
Well this might be expected behaviour by the database you've picked: https://stackoverflow.com/questions/42525764/auto-increment-seed-values-get-revert-back-to-old-value-on-rds#answer-42525839
Please or to participate in this conversation.