notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
rubygem-solid_queue Database-backed Active Job backend
0.9.0 databasesnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-09-18 06:22:04
Last Update: 2024-09-18 06:13:04
Commit Hash: 4ac1770
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/rails/solid_queue
Description:
Solid Queue is a DB-based queuing backend for Active Job, designed with simplicity and performance in mind. Besides regular job enqueuing and processing, Solid Queue supports delayed jobs, concurrency controls, recurring jobs, pausing queues, numeric priorities per job, priorities by queue order, and bulk enqueuing (enqueue_all for Active Job's perform_all_later). Solid Queue can be used with SQL databases such as MySQL, PostgreSQL or SQLite, and it leverages the FOR UPDATE SKIP LOCKED clause, if available, to avoid blocking and waiting on locks when polling jobs. It relies on Active Job for retries, discarding, error handling, serialization, or delays, and it's compatible with Ruby on Rails's multi-threading.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-solid_queue-0.9.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-solid_queue-0.9.0/LICENSE
  3. /usr/local/share/licenses/rubygem-solid_queue-0.9.0/MIT
Collapse this list.
Dependency lines:
  • rubygem-solid_queue>0:databases/rubygem-solid_queue
To install the port:
cd /usr/ports/databases/rubygem-solid_queue/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/rubygem-solid_queue
  • pkg install rubygem-solid_queue
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-solid_queue
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1726487310 SHA256 (rubygem/solid_queue-0.9.0.gem) = 9825588764d068773dfc7d3d047207908ac381d3a5a79ff41b40358d26014e0f SIZE (rubygem/solid_queue-0.9.0.gem) = 37888

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-activejob72>=7.1 : devel/rubygem-activejob72
  2. rubygem-activerecord72>=7.1 : databases/rubygem-activerecord72
  3. rubygem-concurrent-ruby>=1.3.1 : devel/rubygem-concurrent-ruby
  4. rubygem-fugit>=1.11.0<1.12 : devel/rubygem-fugit
  5. rubygem-railties72>=7.1 : www/rubygem-railties72
  6. rubygem-thor>=1.3.1<1.4 : devel/rubygem-thor
  7. ruby32 : lang/ruby32
  8. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_rubygem-solid_queue
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.0
18 Sep 2024 06:13:04
commit hash: 4ac1770aa334a64ae5adfaad632a639a62ba4d5fcommit hash: 4ac1770aa334a64ae5adfaad632a639a62ba4d5fcommit hash: 4ac1770aa334a64ae5adfaad632a639a62ba4d5fcommit hash: 4ac1770aa334a64ae5adfaad632a639a62ba4d5f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-solid_queue: Add rubygem-solid_queue 0.9.0

Solid Queue is a DB-based queuing backend for Active Job, designed with
simplicity and performance in mind.

Besides regular job enqueuing and processing, Solid Queue supports delayed jobs,
concurrency controls, recurring jobs, pausing queues, numeric priorities per
job, priorities by queue order, and bulk enqueuing (enqueue_all for Active Job's
perform_all_later).

Solid Queue can be used with SQL databases such as MySQL, PostgreSQL or SQLite,
and it leverages the FOR UPDATE SKIP LOCKED clause, if available, to avoid
blocking and waiting on locks when polling jobs. It relies on Active Job for
retries, discarding, error handling, serialization, or delays, and it's
compatible with Ruby on Rails's multi-threading.

Number of commits found: 1