-
Updated
Jul 18, 2021 - JavaScript
#
jobs
Here are 877 public repositories matching this topic...
Simple, efficient background processing for Ruby
-
Updated
Jul 31, 2021 - Ruby
-
Updated
Jul 26, 2021
Listing of community-curated resources to find topical remote freelance & contract work for software developers, web designers, and more!
-
Updated
Jul 12, 2021
Guide for getting a gig as a tech student.
resume
internship
skills
tech
guide
jobs
interviews
college
gig
fellowships
cold-calls
gpa
attitude
referral
internships
cover-letter
-
Updated
May 27, 2021
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
resume
opencv
machine-learning
natural-language-processing
computer-vision
deep-learning
algorithms
jobs
image-processing
artificial-intelligence
slam
-
Updated
Jan 6, 2021
A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads.
-
Updated
Jun 11, 2021 - TypeScript
Informações para quem trabalha ou quer trabalhar remoto
-
Updated
Apr 27, 2021
A public list of open-source challenges from jobs around the world
-
Updated
Jul 30, 2021
A list of companies currently using Elixir in production.
elixir
phoenix
jobs
elixir-programming-language
elixir-lang
company-profile
phoenix-framework
joblist
-
Updated
May 21, 2021 - Elixir
Pluggable foundation blocks for building distributed apps.
c-sharp
redis
aws
distributed-systems
queue
storage
metrics
azure
messaging
job-scheduler
logging
s3
message-bus
abstractions
statsd
lock
jobs
distributed
distributed-locks
foundatio
-
Updated
Jul 19, 2021 - C#
基于Quartz.NET3.0的定时任务Web可视化管理。docker打包开箱即用、内置SQLite持久化、语言无关、业务代码零污染、支持 RESTful风格接口、傻瓜式配置
jobs
quartz
quartzui
quartznet
quartz3
quartznet3
quartznetcore
quartz-docker
quartzdocker
quartznetui
-
Updated
May 27, 2021 - C#
Resources for remote workers: approaches, hiring page, remote life and more.
-
Updated
Mar 10, 2021
A list of companies that sponsor employees from other countries.
-
Updated
Mar 15, 2021
国内公司人工智能方向(含机器学习、深度学习、计算机视觉和自然语言处理)岗位的招聘信息(含全职、实习和校招)
machine-learning
natural-language-processing
computer-vision
deep-learning
jobs
artificial-intelligence
job-search
-
Updated
Dec 27, 2020
-
Updated
Sep 18, 2020 - PHP
This repository contains all the popular Competitive Programming and DSA questions with solutions for your Coding Interview Preparation.
javascript
c
java
programming
algorithms
leetcode
cpp
jobs
competitive-programming
data-structures
coding
geeksforgeeks
interviews
interview-questions
coding-interviews
coding-challenges
interview-preparation
dsa
codevita
-
Updated
Aug 1, 2021 - C++
A collection of New Grad full time roles in SWE, Quant, and PM.
-
Updated
Aug 1, 2021
Runs things in the background.
-
Updated
Jan 31, 2021 - Python
Improve this page
Add a description, image, and links to the jobs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jobs topic, visit your repo's landing page and select "manage topics."
there is the following example:
// runs./jobs/worker-8.jsat midnight (once) { name: 'worker-8', timeout: 'at 12:00 am' },in my usecase i am running a job every 30 minutes that queries an api and dynamically adds jobs to be executed once.
My question is what happenes to the jobs in the queue after they are executed. Will finished jobs be cleared out automat