Skip to content

Gary Sieling

Principal Engineer

  • Machine Learning
  • Full Text Search
  • Data Science
  • Scraping
  • Postgres
  • DevOps
  • AWS
  • Talks

Posts

Posted on February 6, 2025

Allow a CircleCI self-hosted machine runner to run jobs for more than 5 hrs

Edit /usr/lib/systemd/system/circleci-runner.service

Change “TimeoutStopSec” to be a larger number

Edit /etc/circleci-runner/circleci-runner-config.yaml

To the runner: block, add a line like so:

runner:
    max_run_time: 24h

Then, restart the service:

sudo systemctl daemon-reload

sudo systemctl restart circleci-runner

Posts navigation

Page 1 Page 2 … Page 739 Next page
  • Thought Experiments
  • Proof of Concepts
  • Book Reviews
  • Projects
  • Essays
  • Talks
  • Programming Techniques
  • Javascript
  • Python
  • Prolog
  • Scala
  • Java
  • PHP
  • C#
  • R

Recent Posts

  • Allow a CircleCI self-hosted machine runner to run jobs for more than 5 hrs
  • Import a folder of CSVs into a single Google Sheet (1 per tab)
  • R Code to summarize Dept of Ed, Civil Rights Data by school district / LEA
  • Export Census ACS5 data by GEOID/block group to CSV in R
  • Get US Census population by block group (GEOID) in R
  • Get a list of census fields available at the GEOID (block group) level in R
  • PA Senate Committees 2023 CSV Download
Proudly powered by WordPress