9 रिपॉजिटरी
Queuing a task to run at a specific future time or after a delay, then executing it when the time arrives.
Distinct from Task Execution: Distinct from Task Execution: focuses on future-time scheduling rather than general execution.
Explore 9 awesome GitHub repositories matching development tools & productivity · Future-Time Executions. Refine with filters or upvote what's useful.
EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru
Sets a future publication date on a draft entry so it automatically becomes published at that time.
.. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png
Queues tasks for future execution at a specific time or after a delay.
Concurrent Ruby is a comprehensive concurrency toolkit for the Ruby language that provides thread-safe data structures, synchronization primitives, and asynchronous execution patterns. It implements core concurrency abstractions including an actor model framework where isolated actors communicate through asynchronous message passing, a future and promise system for composing non-blocking operations, and thread pool executors that manage reusable worker threads for concurrent task execution. The library distinguishes itself through a broad set of coordination mechanisms that go beyond basic th
Schedules futures to resolve at a specific time or after a configurable delay.
PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq
Sets timers that wake a room at a specified future time to run a callback, enabling periodic maintenance or reminders.
Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer
Triggers a function at a specific future time by setting a timestamp on the event payload.
River is a transactional job queue and distributed job scheduler for Go that uses PostgreSQL for persistence and state management. It functions as a resumable task framework, allowing long-running background work to be broken into persisted steps that can resume from the last saved checkpoint after a failure. The system ensures strict data consistency by allowing background tasks to be enqueued and completed within the same database transaction as the primary application data. It distinguishes itself through a coordinator model that employs leader election to manage periodic and delayed tasks
Defines specific future timestamps for tasks to be executed instead of immediate processing.
GluonTS, प्रोबेबिलिस्टिक टाइम सीरीज़ फोरकास्टिंग के लिए एक फ्रेमवर्क है, जिसे भविष्य के मूल्यों की भविष्यवाणी कॉन्फिडेंस इंटरवल्स के साथ प्रायिकता वितरण (probability distributions) के रूप में करने के लिए डिज़ाइन किया गया है। यह पारंपरिक मॉडल प्रशिक्षण और ज़ीरो-शॉट फोरकास्टिंग दोनों को सपोर्ट करता है, जहाँ प्रीट्रेन्ड मॉडल्स अतिरिक्त प्रशिक्षण के बिना नई सीरीज़ के लिए भविष्यवाणियां उत्पन्न करते हैं। प्रोजेक्ट विभिन्न प्रकार के फोरकास्टिंग दृष्टिकोणों को एक यूनिफाइड वर्कफ़्लो में इंटीग्रेट करके अलग है। इसमें रिकरेंट न्यूरल नेटवर्क्स और कैज़ुअल कन्वेल्शन्स जैसे डीप लर्निंग आर्किटेक्चर, साथ ही बाहरी सांख्यिकीय मॉडल्स, Prophet लाइब्रेरी और R पैकेजेस का इंटीग्रेशन शामिल है। टूलकिट टाइम सीरीज़ डेटा इंजीनियरिंग के लिए एक व्यापक सतह प्रदान करती है, जिसमें डेटासेट स्केलिंग, स्प्लिटिंग और रॉ टेम्पोरल डेटा को टेंसर्स में बदलना शामिल है। यह फोरकास्ट सटीकता और अनिश्चितता अंतराल को मापने के लिए मूल्यांकन टूल्स का एक सूट भी शामिल करती है।
Combines temporal encoder outputs with dynamic future features to provide a comprehensive input for the forecast decoder.
यह एक PHP लाइब्रेरी और शेड्यूलिंग यूटिलिटी है जिसका उपयोग क्रॉन (cron) एक्सप्रेशंस को पार्स करने और निष्पादन तिथियों की गणना करने के लिए किया जाता है। यह एक क्रॉन शेड्यूल कैलकुलेटर के रूप में कार्य करता है जो मानक क्रॉन स्ट्रिंग्स से अगली रन तिथि और निष्पादन पुनरावृत्तियों को निर्धारित करता है। यह प्रोजेक्ट भविष्य की रन तिथियों की भविष्यवाणी करने और आगामी टाइमस्टैम्प्स के अनुक्रमों की गणना करने के लिए क्षमताएं प्रदान करता है। इसमें सिस्टम समय की क्रॉन एक्सप्रेशन से तुलना करके यह सत्यापित करने के लिए एक यूटिलिटी भी शामिल है कि क्या कोई निर्धारित कार्य वर्तमान में निष्पादन के लिए देय है।
Computes a sequence of upcoming timestamps to predict when future executions will occur.
Ergo is a distributed actor framework for Go that implements the Erlang distribution protocol, enabling the construction of resilient, concurrent applications that can communicate transparently with Erlang/OTP nodes. At its core, it provides an actor model with isolated lightweight processes, priority-ordered mailboxes, and a meta-process architecture that separates blocking I/O from sequential message handling to prevent actor freezing. The framework includes a Raft-inspired cluster consensus system for leader election and automatic failover, along with OTP-style supervision trees that organi
Provides a preview of future job executions from crontab specs to verify timing and detect conflicts.