Run app automatically in a day using cron job

Run app automatically in a day using cron job

shop_dev1
Shopify Partner
34 0 2

Hello All,

I have created a small app in my local server, When I open app or refresh the app page feature is working fine. But now I want to do this using Cron Job so in a day which I have set a time for eg: every day 12:00 PM  automatically app run and do as per set feature in code.

Can anyone help me in this ?

Replies 4 (4)

amit-dev
New Member
19 0 0

You can schedule a AWS Lambda function for the same to run this at a particular time.

Other options could be setting a cron schedule in cron tab of your server in cloud platform. 

shop_dev1
Shopify Partner
34 0 2

Hi @amit-dev ,

Thank you for your response.

Is there any other solution that I can implement and run app on specific time in a day ?
Also please send me tutorial url for the same so I can review it

hardik355
Shopify Partner
240 22 37

Hello @shop_dev1 

 

Which technology did you use in the backend?  I used sidekiq cron  gem. because i created app in rails. So, maybe this one is help you. 

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks
shop_dev1
Shopify Partner
34 0 2

Hi @hardik355 

Thank you for your reply,

I have used core php in backend to implement APP.

Do you have any idea how to run app like cronjob that we normally use in php ?