Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
job-queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rob Moss
job-queue
Commits
master
Select Git revision
0 results
job-queue
Author
Search by author
Any Author
authors
0 authors
Jan 31, 2024
List some related packages in the documentation
· 7e9c292b
Rob Moss
authored
1 year ago
7e9c292b
Hide stack traces from test suite output
· d9b8b1c8
Rob Moss
authored
1 year ago
d9b8b1c8
Don't capture coverage data in response to SIGTERM
· 43c1167d
Rob Moss
authored
1 year ago
43c1167d
Remove redundant workaround for sphinx_rtd_theme
· cf161d0c
Rob Moss
authored
1 year ago
cf161d0c
Dec 15, 2023
Add tests for difficult-to-trigger exceptions
· 710bce2d
Rob Moss
authored
1 year ago
710bce2d
Use ruff to check code formatting
· a53d960b
Rob Moss
authored
1 year ago
a53d960b
Migrate build backend from setuptools to hatchling
· 895f2a2d
Rob Moss
authored
1 year ago
895f2a2d
Explicitly use spinx_rtd_theme on Read the Docs
· 9f6529e5
Rob Moss
authored
1 year ago
9f6529e5
Jun 16, 2023
Release parq 0.3.0
· c9b2eebb
Rob Moss
authored
1 year ago
View commits for tag 0.3.0
0.3.0
c9b2eebb
Log job exceptions as warnings
· 47ae4c8d
Rob Moss
authored
1 year ago
47ae4c8d
Define custom names for worker processes
· c35d62b7
Rob Moss
authored
1 year ago
c35d62b7
Log when sending the worker sentinel
· d7098de5
Rob Moss
authored
1 year ago
d7098de5
Provide a default timeout when polling for results
· b70db6a0
Rob Moss
authored
1 year ago
b70db6a0
May 23, 2023
Avoid deadlock when worker processes are killed
· bb79e28e
Rob Moss
authored
1 year ago
bb79e28e
Apr 13, 2023
Add an example of obtaining job return values
· 2ddceaf1
Rob Moss
authored
2 years ago
2ddceaf1
Feb 02, 2023
Document the default behaviour of ignoring results
· c9f5e9df
Rob Moss
authored
2 years ago
c9f5e9df
Add support for returning the result of each job
· 50566cb3
Rob Moss
authored
2 years ago
50566cb3
Increase the default logging level for workers
· ed697e20
Rob Moss
authored
2 years ago
ed697e20
Feb 01, 2023
Resolve linter warnings in parq and test cases
· 523154c9
Rob Moss
authored
2 years ago
523154c9
Ensure documentation builds use Sphinx 5.3
· b0b71a21
Rob Moss
authored
2 years ago
b0b71a21
Move testing dependencies into pyproject.toml
· 20fc251e
Rob Moss
authored
2 years ago
20fc251e
Jan 23, 2023
Remove redundant formatting string
· 4dcb0152
Rob Moss
authored
2 years ago
4dcb0152
Locate tests by package name instead of file path
· da89732b
Rob Moss
authored
2 years ago
da89732b
Migrate from tox to nox
· 30304e02
Rob Moss
authored
2 years ago
30304e02
Migrate to new readthedocs build specification
· 09b199f6
Rob Moss
authored
2 years ago
09b199f6
Dec 14, 2022
Write log messages when collecting successful jobs
· b8b813fa
Rob Moss
authored
2 years ago
b8b813fa
Improve the Ctrl+C test case
· ccacb33f
Rob Moss
authored
2 years ago
ccacb33f
Dec 12, 2022
Release parq 0.2.3
· e6001d23
Rob Moss
authored
2 years ago
View commits for tag 0.2.3
0.2.3
e6001d23
Count the jobs performed by each worker
· d3006faf
Rob Moss
authored
2 years ago
d3006faf
Print stack traces from the main process
· bd74a4b2
Rob Moss
authored
2 years ago
bd74a4b2
Add a code example to README.rst
· 51c59691
Rob Moss
authored
2 years ago
51c59691
Simplify how completed jobs are collected
· 853f139f
Rob Moss
authored
2 years ago
853f139f
Dec 11, 2022
Use sentinel values to indicate completion
· 8cd540f3
Rob Moss
authored
2 years ago
8cd540f3
Dec 09, 2022
Release parq 0.2.2
· 7c00f1e4
Rob Moss
authored
2 years ago
View commits for tag 0.2.2
0.2.2
7c00f1e4
Clarify the Results documentation
· 307c5f76
Rob Moss
authored
2 years ago
307c5f76
Support extremely large numbers of jobs
· 5726df68
Rob Moss
authored
2 years ago
5726df68
Minor correction to twine example
· e2fda49e
Rob Moss
authored
2 years ago
e2fda49e
Release parq 0.2.1
· fbd349c5
Rob Moss
authored
2 years ago
View commits for tag 0.2.1
0.2.1
fbd349c5
Update the release process documentation
· 0c5686c3
Rob Moss
authored
2 years ago
0c5686c3
Document the Python 3.8 or newer requirement
· e15765ae
Rob Moss
authored
2 years ago
e15765ae
Loading