Archives : March-2018

Home » 2018 » March

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more