Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
graphile_worker, graphile_worker_crontab_types, graphile_worker_crontab_parser, graphile_worker_crontab_runner, graphile_worker_job
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-07-28
This check is experimental.
graphile_worker
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "postgresql", "task-scheduling", "async-task", "job-scheduling"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker, graphile_worker_migrations, graphile_worker_ctx, graphile_worker_crontab_runner, graphile_worker_job
Dependency sqlx 0.7.4 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
graphile_worker_crontab_types, graphile_worker_crontab_parser, graphile_worker_crontab_runner, graphile_worker_task_handler, graphile_worker_extensions, graphile_worker_job, archimedes_task_handler
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
graphile_worker_migrations
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-07-24
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "migration", "graphile-worker", "job-scheduler", "package"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker_ctx, graphile_worker_task_handler, graphile_worker_shutdown_signal
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-08-04
graphile_worker_shutdown_signal
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/leo91000/graphile\_worker\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "migration", "graphile-worker", "package", "performance"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker_crontab_parser
Dependency serde_qs 0.13.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom 7.1.3 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "job-scheduler", "cron", "cron-job", "parser"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker_extensions
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-07-24
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "job-scheduler", "extension", "worker", "graphile-worker"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
archimedes
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "postgresql", "job-scheduling", "task-queue", "sql-database"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'tokio' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'tokio' may have been unintentional.
archimedes_shutdown_signal
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/leo91000/archimedes\.git
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "migration", "postgresql", "performance", "high"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker, archimedes, graphile_worker_migrations, graphile_worker_ctx, archimedes_crontab_types, archimedes_migrations, archimedes_crontab_parser, archimedes_shutdown_signal, archimedes_crontab_runner
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
graphile_worker, graphile_worker_crontab_parser, graphile_worker_migrations, graphile_worker_crontab_runner
Dependency thiserror 1.0.61 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
archimedes, archimedes_migrations, archimedes_crontab_runner
Dependency sqlx 0.7.3 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
archimedes, archimedes_crontab_parser, archimedes_crontab_runner
Dependency thiserror 1.0.53 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
graphile_worker_crontab_types
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "cron-job", "job-scheduler", "types", "graphile-worker"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
archimedes_crontab_parser
Dependency serde_qs 0.12.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom 7.1.3 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["cron-job", "parser", "job-queue", "job-scheduler", "archimedes"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker_ctx
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "worker", "job-scheduler", "context", "graphile-worker"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker_crontab_runner
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "cron-job", "job-scheduler", "worker", "runner"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker_task_handler
Missing keywords
Help users find your crates. Add
keywords = ["task", "worker", "graphile", "handler", "task-handler"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
archimedes_crontab_types
Missing keywords
Help users find your crates. Add
keywords = ["cron-job", "job-queue", "archimedes", "performance", "high"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
graphile_worker_job
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "job-scheduler", "performance", "high", "worker"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
archimedes_migrations
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "archimedes", "postgresql", "job-scheduler", "migration"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
archimedes_crontab_runner
Missing keywords
Help users find your crates. Add
keywords = ["job-queue", "cron-job", "runner", "postgresql", "job-scheduler"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'tokio' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'tokio' may have been unintentional.
graphile_worker_macros
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-08-05
Dependency graphile_worker_task_handler 0.3.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
archimedes_task_handler
Missing keywords
Help users find your crates. Add
keywords = ["task", "archimedes", "handler"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
No issues found in: archimedes_macros
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.