Well, i think that find a possible solution... but i really thinks that is useful to discuss this. I'll share an excellent medium post of @DonnaInsolita that make this step by step! Thanks @DonnaInsolita!
Dec 10, 2019
1
Level 1
Pattern Design
Hi everyone! I'm making an ERP with Laravel and Vue using a lot of laravel features (jobs, queues with redis, etc...) I have some heavy process that i decouple with queues and giving feedback with websockets broadcasting events. Some process may take too much time and the user can go away (from the application) and lately came back and i want to recover the state of the process to show "actual" state. How you recommend doing this stuff of getting back some state and continues from there??? Thanks a lot in advice!
Please or to participate in this conversation.