I have set up a Laravel app in windows server 2012 but want to run jobs in it as windows services. So that it is always running on my server. I want my users to access it as a website publicly from any browser. Also, I would like to know how can I use python to perform crud operations as a service hosted on the same server.
Asked
Active
Viewed 1,567 times
1
-
do u know about cron job? – Yaser Darzi Sep 28 '19 at 17:02
-
yes I do. But i have previously worked on nginx servers. So how do I go about it. I just wanted a tried and tested guideline on how to go about it. – Ashfaq H Ahmed Sep 28 '19 at 17:14
1 Answers
0
You can run supervisor on your OS and mange your jobs. how to install supervisor on windows server
The other solution is Non-Sucking Service Manager that help you run your queue process as windows service.
Please check this question on Laracast.com

Milad Kianmehr
- 337
- 2
- 14