Tuesday, February 7, 2023

SetCronJob is now FastCron

Hello,

I've renamed SetCronJob to FastCron. The new homepage is now https://www.fastcron.com/.

The blog domain has been changed to blog.fastcron.com.

The help center is now at support.fastcron.com.

The default user agent has been changed to Mozilla/5.0 (compatible; FastCron/1.0; https://www.fastcron.com/).

Emails will be sent from support@fastcron.com and noreply@fastcron.com after April 08, 2023.

The new API endpoint will be https://www.fastcron.com/api/v1/. The old API endpoint will be removed after May 08, 2023.

If you encounter any problem with this change, please let me know.

Wednesday, November 16, 2022

How I manage SetCronJob servers

In the past few months, I've been working on rebuilding Clustermin to help me manage multiple servers and deploy SetCronJob to DigitalOcean servers.

Six years ago, I created Clustermin and made it into a shell script storage. All server installation and configuration commands were stored as Twig bash scripts in the database. Then they were run on one or multiple servers on-demand and on webhook requests.

It worked fine for years, but it couldn't catch up with my needs.

The framework and libraries it was built on became too old and deprecated. I need to either do a big upgrade or try alternative solutions.

So I tried RunCloud, Cleavr, and Laravel Forge. I couldn't even get them to deploy SetCronJob to one server.

Then I used Ploi for a few months for my side project, and it worked great. With a nice user interface, too.

But it's limited. Everything is at the server level. If I need to add another server to the group, it takes a lot of work. Add a site, add multiple cronjobs, add daemons, add a new SSH key to my Bitbucket repo, etc. Many necessary features are behind a paywall too.

So, I decided to rebuild my old project Clustermin.

The web server cluster

Currently, these features are already implemented:

Cluster management (cluster = group of servers)

Most things are at the cluster level. Add a site to a cluster, and it'll be deployed to all servers. Add a server to a cluster, and it deploys all sites along with their cronjobs, daemons, and SSL certificates. If a server cluster is too early for you, just add one server and that's it.

Server installation and configuration

Services installed and monitored

Your servers will have PHP 8.1, Nginx, Redis, Memcached, and Supervisor, ready to deploy Symfony/Laravel/PHP apps.

Push to deploy, zero downtime

You'll get a deploy URL to add to your Git repo's webhook. It'll deploy your site to multiple servers, one by one, and stops if it encounters any problem with deployment. It uses an atomic switch with symlink switching, so no PHP FPM reload (and downtime) is needed.

Server status and service status monitoring

Clustermin monitors your server CPU, RAM, and disk usage every minute, as well as system service status (cron, nginx, supervisor, php8.1-fpm, redis-server, ufw, ssh, fail2ban, etc).

SSL certificates management

Free Let's encrypt SSL certificates will be deployed to all servers with just one click. You can also add your own SSL certificates too.

File manager

File manager

One of the most used features in the previous version of Clustermin. It's really handy when you need to quickly check your files and see what the heck happened with your deployment.

Redis master-replica cluster

You can also deploy a Redis cluster too. Clustermin supports master-replica setup only. When a new server is added to the Redis cluster, it'll automatically replicate the current primary server. I intend to add other types of server clusters soo (e.g. load balancer, database cluster, etc).

--

If you're interested in Clustermin, you can register an account here. Currently, it's free for up to 4GB total server memory (e.g. 4 small servers with 1GB RAM are free).

Monday, July 11, 2022

SetCronJob July 2022 Update

Hello,

Here are some changes and updates at SetCronJob in July 2022:

New servers are added

As announced a month ago, 6 new servers are processing your cronjobs right now. If you haven't added the new IP addresses to your firewall's whitelist, you should do it now.

--

Menu and forms and updated

I've replaced the Account menu with the My Profile menu and expanded all forms so you can now update your name, email and password much faster. Please note that the API token displayed is for your own account. If you want to get the API token to manage your team's cronjobs, please contact the account owner to get one.

--

Account deletion

You can now delete your own account completely. All data will be removed. It's not reversible. You will be able to register again using the same email address.

--

Team invitation

An invitation is sent to your new team member.

Previously, a team member must register their account first before they can be added to a team. Now the team owner/admins can just add a new email address, and they'll invite a new team member to join their team account. The new team member just needs to confirm their email, and they'll be authenticated and authorized to use the team account immediately.

--

Monthly subscription

You can now create a monthly subscription. It'll be 1/10 the price of a yearly subscription. At the Billing tab, click Monthly pricing and Choose this plan.

The remaining days will decrease if you switch from yearly to monthly billing.


Saturday, June 11, 2022

6 new servers added

 Hello,

I've added 6 new servers to process cronjobs. They will start sending HTTP requests to your cronjob URLs from July 11, 2022 (in 1 month).

If you are using a firewall, please make sure our IP addresses are whitelisted. Here's the list of new IP addresses:

138.197.75.231
167.172.236.149
167.172.238.2
67.205.170.181
165.227.204.159
167.172.158.132

And IPv6 addresses:

2604:a880:800:10::a78:c001
2604:a880:800:10::c5f:1001
2604:a880:800:10::c84:7001
2604:a880:400:d0::1940:9001
2604:a880:400:d0::1b9b:9001
2604:a880:400:d0::1e0e:e001

You can always check the up-to-date IP list here.

If you want to receive email notifications when SetCronJob's IP changes, please click on your profile widget > Profile, click Update profile, and check the box Receive email notifications about SetCronJob IP change.

Wednesday, April 20, 2022

Renew your account by card / PayPal

Hi,

You can now create a subscription to automatically renew your account by card / PayPal. The payments will be processed by Paddle, a merchant of record. Paddle will handle all the payments, taxes, receipts, and invoices. They'll also send email notifications about upcoming charges, failed payments, etc.

You can now update your account plan at any time without changing your payment method. Both SetCronJob and Paddle will prorate the subscription costs, and you can see when the next payment date is when you update your account plan.

You can no longer make one-time payments on our website via PayPal or FastSpring. However, SetCronJob still supports WebMoney, PayPal, BitCoin, and USDT. Please contact me if you want to make manual payments.

Existing PayPal subscriptions will be kept intact. If the PayPal subscription is canceled, you can only create new ones via Paddle.

If you encounter any problems with SetCronJob, please let me know.

Best regards,
Nguyen An Thuan.