I have been using push queues with IronIO for awhile and it works fine most of the time. However I have a problem where I get an error occasionally:
lluminate\\Encryption\\DecryptException(code: 0): Invalid data. at /home/saccasting/public_html/saccasting/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php:139
It's with the /queue/push. So it appears to be trying to decrypt the JSON ironIO data on event->fire().
When it happens it appears to cause the queue action to happen again, however it appears like the first instance runs anyways. So that action will happen twice. It happens about 2-3 times a month and I can't even seem to reproduce it, when I try.
Anyone have any ideas or even maybe how to capture the the JSON event data that it's trying to decrypt?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community