Tag

task automation

0 views collected around this technical thread.

Nightwalker Tech
Nightwalker Tech
Apr 1, 2025 · Artificial Intelligence

Evaluation of AutoGLM: Features, Architecture, and Practical Test Results

This article reviews AutoGLM, the first "think‑while‑doing" AI agent released by Zhipu AI, detailing its core capabilities, full‑stack architecture, user experience, identified limitations, and the outcomes of three hands‑on tests using both the client application and a Chrome extension.

AI AgentAutoGLMMultimodal
0 likes · 4 min read
Evaluation of AutoGLM: Features, Architecture, and Practical Test Results
macrozheng
macrozheng
Oct 20, 2023 · Backend Development

Master Distributed Task Scheduling with PowerJob: Setup, Code, and Deployment

Learn how to install and configure PowerJob, a next‑generation distributed scheduling and computation framework, by setting up MySQL and MongoDB, deploying the server and worker via Docker, adding Maven dependencies, defining processors, and managing tasks through its web UI for reliable microservice job orchestration.

DockerPowerJobSpringBoot
0 likes · 10 min read
Master Distributed Task Scheduling with PowerJob: Setup, Code, and Deployment
Code Ape Tech Column
Code Ape Tech Column
Apr 27, 2023 · Backend Development

Practical Guide to Using XXL‑JOB for Distributed Task Scheduling with Spring Boot

This article provides a comprehensive, step‑by‑step tutorial on what XXL‑JOB is, why a distributed scheduling platform is needed, how to install it with Docker, integrate it into a Spring Boot project, configure executors, implement sharding, ensure idempotency, and run a real‑world video transcoding use case.

DockerJavaSpring Boot
0 likes · 18 min read
Practical Guide to Using XXL‑JOB for Distributed Task Scheduling with Spring Boot
Top Architect
Top Architect
Aug 8, 2022 · Backend Development

Comparison of Distributed Scheduling Frameworks: Elastic‑Job vs X‑Job and Other Java Solutions

This article examines common business scenarios that require timed tasks, explains why scheduling is essential, reviews single‑machine and distributed Java scheduling frameworks—including Timer, ScheduledExecutorService, Spring, Quartz, TBSchedule, elastic‑job, Saturn, and xxl‑job—then provides a detailed feature comparison, deployment considerations, and practical recommendations.

JavaQuartzbackend
0 likes · 13 min read
Comparison of Distributed Scheduling Frameworks: Elastic‑Job vs X‑Job and Other Java Solutions
Python Programming Learning Circle
Python Programming Learning Circle
Sep 9, 2021 · Backend Development

Common Python Scheduling Techniques and Libraries

This article provides a comprehensive overview of various Python approaches for implementing periodic tasks, including simple loops with sleep, third‑party libraries such as Timeloop, schedule, APScheduler, as well as distributed solutions like Celery and Apache Airflow, complete with code examples and architectural explanations.

AirflowCeleryCron
0 likes · 24 min read
Common Python Scheduling Techniques and Libraries
ByteFE
ByteFE
Mar 3, 2021 · Frontend Development

Building a Node.js CLI Tool for Automated Command Execution and File Watching

This article provides a comprehensive guide to developing a lightweight Node.js command-line interface tool that automates repetitive compilation tasks, supports configuration-driven execution, implements file watching with debouncing, and integrates seamlessly with legacy frontend projects and IDEs like WebStorm.

CLI toolFile WatchingNode.js
0 likes · 19 min read
Building a Node.js CLI Tool for Automated Command Execution and File Watching
macrozheng
macrozheng
Sep 21, 2020 · Backend Development

Master Distributed Task Scheduling with PowerJob: A Step‑by‑Step Guide

This article introduces PowerJob, a next‑generation distributed scheduling and computation framework, explains why a central scheduler is needed in microservice architectures, and provides detailed installation, configuration, and code examples for setting up the server, worker, and tasks using Docker, MySQL, MongoDB, and Spring Boot.

DockerPowerJobSpring Boot
0 likes · 10 min read
Master Distributed Task Scheduling with PowerJob: A Step‑by‑Step Guide
Liulishuo Tech Team
Liulishuo Tech Team
Sep 17, 2020 · Big Data

Automated Task Orchestration and Governance in Data Warehouse Workflows

The article describes how Liulishuo automates data‑warehouse task scheduling by parsing SQL to build DAGs, introduces systematic governance to improve reliability, reduce execution time, and handle unreliable data sources, ultimately enhancing data‑engineering efficiency.

DAGSQL parsingdata engineering
0 likes · 12 min read
Automated Task Orchestration and Governance in Data Warehouse Workflows
DevOps Cloud Academy
DevOps Cloud Academy
Jul 2, 2020 · Operations

Design and Extension of DevOps Platform Tasks Based on Jenkins Pipeline

This article explains how the PuYuan DevOps platform extends Jenkins pipeline tasks by categorizing atomic tasks, designing flexible database schemas for task templates and attributes, and implementing container-based environment isolation to support scalable, secure continuous integration and deployment across diverse enterprise environments.

ContainerizationJenkinsci/cd
0 likes · 10 min read
Design and Extension of DevOps Platform Tasks Based on Jenkins Pipeline