简体   繁体   中英

Create tasks on Laravel and Ubuntu server using Screen

It's possible to add the task from HTTP request with Laravel and processing with ubuntu server using screen session, here some example.

I have a Website with processing feature like decode whole of encoded string and take up to 24hours to process it, but it's impossible to my user waiting until task end, so I want to ask it's possible to submit task from Laravel, and send to my server 'Ubuntu Server' and processing that task on Screen sessions, Save to screen, generate unique id, check progress on screen, and send notification to user email when the task complete?

使用队列工作器来执行长时间运行的任务, laravel队列并发布您编写的所有代码,以便我提供帮助

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM