judoscale-ruby 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89e1c234767f82a457f3e3d9ddc185fb7229e0f4e8de84fd9861c51c07e27b9c
4
- data.tar.gz: 3f899a16cb1454e3720468702db0401c17f684a5b8d7263b3830e97038cfea37
3
+ metadata.gz: a4bc0aac7fb199da1e1e4602136b9c3c9bf5a9210861893172e1a33988a1c60a
4
+ data.tar.gz: 1fd02e843f7d67331a8d843e70931c4b32c84310d299b8a5f12b6a3effdff4af
5
5
  SHA512:
6
- metadata.gz: 8183357c4717a609224e3bf8a15ef567d19e71d1b5de1027faa25e0480af7870eb44290a02929352a29d1c5b8581345218cc1bdd264ccf5cdf91eae0e5fa5ede
7
- data.tar.gz: 71b1c714b3c1979394d39237873c28f40c2881151c53fac0f23a42d225686d3f76f31a10bbf792d6f31aac0e40a6d2e32eb064bb156cbbb9aeee9fa92a29dfc5
6
+ metadata.gz: c88289dafeb2033b5bbbcdb90f5ff2e68520d7ce0a446af958632c3551e433f6eeea0c7ec531687d1acd03275ebdb954463e3a6edcc71ba6638ea13672ae3d1b
7
+ data.tar.gz: 828b3bebf4c5823a83448698d83b939b620f57d6111ace29bd046a81e9735ab30dbfcfbf0d79169fdc95381ec79298b55f7d20c91809cd1041f7350780aa4c3a
@@ -105,6 +105,8 @@ module Judoscale
105
105
  elsif ENV.include?("ECS_CONTAINER_METADATA_URI")
106
106
  instance = ENV["ECS_CONTAINER_METADATA_URI"].split("/").last
107
107
  RuntimeContainer.new instance
108
+ elsif ENV.include?("FLY_MACHINE_ID")
109
+ RuntimeContainer.new ENV["FLY_MACHINE_ID"]
108
110
  elsif ENV.include?("RAILWAY_REPLICA_ID")
109
111
  RuntimeContainer.new ENV["RAILWAY_REPLICA_ID"]
110
112
  else
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Judoscale
4
- VERSION = "1.9.0"
4
+ VERSION = "1.10.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: judoscale-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-01-17 00:00:00.000000000 Z
13
+ date: 2025-02-17 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description:
16
16
  email: