Setting up ExternalCronJobs using Vagrant is really easy. Once you’re done with the purchase of download subscription, you will have access to settings section in the left menu. First, add Database Connection details by clicking on Database Connection link under settings which will open the below screen. Once you save information, the system will create ..
Category : Uncategorized
ExternalCronJobs agent has been developed to run cron jobs from your own server. It allows you to run unlimited cron jobs and this is the best way to save money when you have your own server to configure everything. Requirements Dedicated server along with SSH credentials Python 2.7 Redis Mysql server to save your cron jobs ..
ExternalCronJobs allows you to run cron jobs from your own server. For that, we provide you a vagrant box with all dependencies installed. Here is the link to ExternalCronJobs vagrant box: https://app.vagrantup.com/externalcronjobs/boxes/vagrant-box Minor editing in Vagrantfile Vagrant.configure(“2”) do |config| config.vm.box = “externalcronjobs/vagrant-box” config.vm.provider “virtualbox” do |vb| # workaround vb.customize [ ‘modifyvm’, :id, ‘–uartmode1’, ‘disconnected’] end end ..
ExternalCronJobs provides two types of subscriptions. Hosted Download Hosted Subscription Hosted subscription allows users to run their cron jobs from ExternalCronJob’s server. This subscription is useful if your service provider doesn’t allow execution of Cron Jobs. Basic plan of Hosted subscription allows users to run 4 cron jobs in parallel which can be increased. Download ..
ExternalCronJobs supports two type of cron jobs currently HTTP call Website ping HTTP Call helps users to make Get, Post, Put and Delete calls along with the support of HTTP headers, request body and expected output. Website ping is a very simple type HTTP call used to check health of the website. It requires only ..
Here is the list of domains ExternalCronsJobs doesn’t allow to be used when creating cron jobs Google Gmail Youtube Facebook Wikipedia Yahoo Reddit Amazon LinkedIn Instagram WordPress MSN Bing Microsoft StackOverflow Appl..
ExternalCronJobs provides you an easy option to export your cron jobs and import those in other/same account. Import/Export is very easy process where you can select cron jobs you want to export and select export option. How to export cron jobs After you login to myarea section, go to My Cron Jobs section and select ..
API keys help you to get access to ExternalCronJobs API portal and it is one of the most useful feature when you want to integrate your ExternalCronJobs portal with any third-party application. API keys section can be accessed form the left panel post login. How to create an API key Clicking on API Keys gives ..
What is cron? Cron is the name of program that enables unix users to execute commands or scripts (groups of commands) automatically at a specified time/date. It is normally used for sys admin commands, like makewhatis, which builds a search database for the man -k command, or for running a backup script, but can be ..
Creation of a folder is very easy task in ExternalCronJobs. you need to first login to myarea section and in the left panel, clicking on folders will give you two options My Folders Create Folder See below screenshot: Now click on Create folder option which will open create folder screen. Fill required information which is ..
Recent Comments