简体   繁体   中英

Schedule simple python script to run each day on IBM Bluemix

I have a simple python script. I want to get it to run each day at 12pm. However i can't seem to find a way to do this on the workload scheduler in IBM Bluemix. If somebody could guide me through the process, that would be great.

I cant seem to find where to upload or refer to the script.

I already have a flask app successfully working on bluemix with no issue.

Thanks.

I would recommend taking a look at OpenWhisk on Bluemix and the alarm package . It allows, similar to cron, to fire periodic events. OpenWhisk supports Python scripts. It is simpler than using Workload scheduler.

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