Read more

start a systemd service blocked by rate limiting

Claus-Theodor Riegg
March 21, 2019Software engineer at makandra GmbH

If a systemd service unit is blocked by rate limiting (see in documentation Show archive.org snapshot ) you can reset the failcounter via:

systemctl reset-failed $UNIT
Illustration money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
Read more Show archive.org snapshot

Afterwards you can try to start the service again:

systemctl start $UNIT
Posted by Claus-Theodor Riegg to makandra Operations (2019-03-21 16:30)