Ankush Menat
0c9b266790
fix: Request timeout for gthread workers ( #1 )
...
* ci: drop unsupported versions
* fix: a *dirty* request timeout for gthread workers
* fix: drain current futures before exiting
* fix: avoid accepting new connections completely
* refactor: Just rely on graceful_timeout
This has minor side effect of no progress on accepted BUT not "read"
reqeusts. But I feel this makes code simpler and less prone to bugs.
These time outs should be *rare* and fixed anyway.
2025-01-13 18:44:27 +05:30
Paul J. Dorn
2a3dfdd2c8
CI: verify docs up to date
2024-08-07 18:16:20 +02:00
Paul J. Dorn
9949e34e96
CI: also try Python 3.13 (at this time beta 1)
2024-05-13 01:04:50 +02:00
Paul J. Dorn
3d00696397
CI: revert macos-14 for Github runners
2024-05-13 00:50:20 +02:00
Paul J. Dorn
deae2fc4c5
CI: back off the agressive timeout
...
Precise number does not matter that much, so lets not stop potentially working tests.
The point was to cut off well before 6 hours, so any small number will do.
2023-12-29 05:35:32 +01:00
Paul J. Dorn
89dcc5c578
CI: stop testing EoL PyPy
2023-12-29 05:12:07 +01:00
Paul J. Dorn
b39c5b7ebb
CI: style
2023-12-29 05:11:17 +01:00
Paul J. Dorn
0bb96d17c5
CI: tests may hang on PyPy
2023-12-29 05:10:44 +01:00
Paul J. Dorn
c2e48b3014
Merge #3085
2023-12-29 05:10:42 +01:00
Paul J. Dorn
611746edc9
CI: check entry points
...
Fixes: fdd23e82926d7d10ec4a8e65e42b5184a4ee20ce
2023-12-07 21:12:38 +01:00
Paul J. Dorn
c3396b9786
github actions: cache and test run_module (-m)
2023-12-07 20:02:55 +01:00
Jelmer Draaijer
4ce82358e8
Add Python 3.12 to test matrix and add classifiers
2023-10-31 08:42:48 +01:00
dependabot[bot]
7d69222b55
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 21:28:16 +00:00
benoitc
543628eb12
remove pypy-3.7 from tests
2023-07-17 22:47:52 +02:00
Kurt McKee
2f17eb508e
Add a Dependabot config to keep GitHub action versions updated
2023-06-29 09:50:49 -05:00
samypr100
f5d73aa73d
GA workflows cleanup
...
Working Matrix for both lint/tox
Fixing tox v4 issues
Adjust pylint to working version
2023-01-22 13:02:59 -05:00
Benoit Chesneau
48eda22a4b
Update tox.yml
2023-01-17 20:45:47 +01:00
Benoit Chesneau
0b2c6fd99e
bump uses
2023-01-17 20:22:06 +01:00
Alex
137b77d37f
build: harden lint.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-25 16:32:17 +02:00
Alex
4cf30b79aa
build: harden tox.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-25 16:31:58 +02:00
Brett Randall
19fb762bd5
Split main tox test build and linters into two workflows.
2022-02-07 13:24:50 +11:00
Christian Clauss
f587bfaf0f
GitHub Action to run tox
2022-02-07 08:23:03 +11:00
Christian Clauss
a16b8975a9
GitHub Action to run tox
...
Because Travis CI seems to be on vacation... https://travis-ci.org/github/benoitc/gunicorn
2022-02-07 08:23:03 +11:00