deploy and running console app
Hi,
I am new to appharbor and would like to test out a few things.
* how to deploy and run console app?
* how can we schedule the console app to run at certain schedule?
* can we deploy multiple console apps, and schedule them to run at different time?
Thanks
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by rune on 01 Apr, 2017 09:48 PM
Hi,
You can read more about how to run console apps with AppHarbor's background workers in this knowledge base article, which also explains the background worker model.
The article also describes how you can run multiple executables in your background workers, but let me know if you need more control or resource utilization isolation between individual executables -- we have a feature in public beta that allows you to run the executables in separate workers, so processes won't affect each other's resource usage.
Also take a look at my comment in this thread for a couple more tips and ticks on how to use background workers, including how to implement scheduling.
Best,
Rune