batchspawner icon indicating copy to clipboard operation
batchspawner copied to clipboard

Custom Spawner for Jupyterhub to start servers in batch scheduled systems

Results 85 batchspawner issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.1](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.0...v3.0.0-alpha.1)

I upgraded a development hub to jupyterhub 3.0.0b1 from 1.5.x and ran into a couple of issues. I'm using slurm and these issues were present with the latest release and...

### Proposed change Update text matrix to be more inline with jupyterhub and in-use distributions. #247 was failing in python 3.5 but not 3.9. I saw that 3.5 had not...

enhancement

We have successfully started using PyPI's temporary credentials that can be granted from a GITHUB_TOKEN from a github workflow to make a release to PyPI assuming the project is pre-configured...

ci

I saw a forum post indicating that an issue was fixed by using the latest version of this project, and that seems to be related to https://github.com/jupyterhub/batchspawner/pull/247 fixing something that...

maintenance

Echoing out the `JUPYTERHUB_OAUTH_SCOPES` and `JUPYTERHUB_OAUTH_SCOPES` environment variables from JupyterHub jobs created by batchspawner, these values appear incorrect. The current solution I'm using is noted in this issue: https://github.com/jupyterhub/jupyterhub/issues/3866 I...

bug

It seems we need to get a release out (newer than 1.2.0) to work with JupyterHub 3+, which work currently but not in the latest 1.2.0 release. - This was...

maintenance

### Proposed change I want to share a brief feedback regarding working with LSF. `batchspawner` works fine for me with LSF; however, I noticed one thing. Usually, `bjobs` command returns...

enhancement

I came across this issue while running batchspawner in a production environment - at scale, after spawning sessions, batchspawner uses the exec_prefix in conjunction with the batch_query_cmd to check job...

enhancement