Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unknown keyword: :allow_retry #47

Open
AlexisMunozC opened this issue Sep 26, 2024 · 3 comments
Open

unknown keyword: :allow_retry #47

AlexisMunozC opened this issue Sep 26, 2024 · 3 comments

Comments

@AlexisMunozC
Copy link

AlexisMunozC commented Sep 26, 2024

Hi, I am trying to use your gem, and when I start the server and reload the page I get this error:

image
image

It looks your passing a parameter that is not allowed. I am using rails 7.2.1 with ruby 3.2.2

17:54:49 web.1  |   
17:54:49 web.1  | janus-ar (7.2.0) lib/janus-ar/active_record/connection_adapters/janus_mysql2_adapter.rb:82:in `execute_and_free'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/connection_adapters/mysql2/database_statements.rb:18:in `internal_exec_query'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/connection_adapters/abstract/database_statements.rb:114:in `query'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/connection_adapters/abstract/database_statements.rb:110:in `query_values'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/connection_adapters/abstract/schema_statements.rb:60:in `table_exists?'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/schema_migration.rb:54:in `block in create_table'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:395:in `with_connection'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/schema_migration.rb:53:in `create_table'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:1434:in `initialize'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:1282:in `new'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:1282:in `open'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:776:in `block (2 levels) in pending_migrations'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration/pending_migration_connection.rb:8:in `with_temporary_pool'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:775:in `block in pending_migrations'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:774:in `each'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:774:in `pending_migrations'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:753:in `check_pending_migrations'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:663:in `block (2 levels) in call'
17:54:49 web.1  | activesupport (7.2.1) lib/active_support/file_update_checker.rb:85:in `execute'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:668:in `block in call'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:660:in `synchronize'
17:54:49 web.1  | activerecord (7.2.1) lib/active_record/migration.rb:660:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/callbacks.rb:31:in `block in call'
17:54:49 web.1  | activesupport (7.2.1) lib/active_support/callbacks.rb:101:in `run_callbacks'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/callbacks.rb:30:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/executor.rb:16:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:31:in `call'
17:54:49 web.1  | web-console (4.2.1) lib/web_console/middleware.rb:132:in `call_app'
17:54:49 web.1  | web-console (4.2.1) lib/web_console/middleware.rb:28:in `block in call'
17:54:49 web.1  | web-console (4.2.1) lib/web_console/middleware.rb:17:in `catch'
17:54:49 web.1  | web-console (4.2.1) lib/web_console/middleware.rb:17:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/show_exceptions.rb:32:in `call'
17:54:49 web.1  | railties (7.2.1) lib/rails/rack/logger.rb:41:in `call_app'
17:54:49 web.1  | railties (7.2.1) lib/rails/rack/logger.rb:29:in `call'
17:54:49 web.1  | sprockets-rails (3.5.2) lib/sprockets/rails/quiet_assets.rb:17:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/remote_ip.rb:96:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/request_id.rb:33:in `call'
17:54:49 web.1  | rack (3.1.7) lib/rack/method_override.rb:28:in `call'
17:54:49 web.1  | rack (3.1.7) lib/rack/runtime.rb:24:in `call'
17:54:49 web.1  | activesupport (7.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/server_timing.rb:61:in `block in call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/server_timing.rb:26:in `collect_events'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/server_timing.rb:60:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/executor.rb:16:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/static.rb:27:in `call'
17:54:49 web.1  | rack (3.1.7) lib/rack/sendfile.rb:114:in `call'
17:54:49 web.1  | actionpack (7.2.1) lib/action_dispatch/middleware/host_authorization.rb:143:in `call'
17:54:49 web.1  | rack-cors (2.0.2) lib/rack/cors.rb:102:in `call'
17:54:49 web.1  | railties (7.2.1) lib/rails/engine.rb:535:in `call'
17:54:49 web.1  | puma (6.4.3) lib/puma/configuration.rb:272:in `call'
17:54:49 web.1  | puma (6.4.3) lib/puma/request.rb:100:in `block in handle_request'
17:54:49 web.1  | puma (6.4.3) lib/puma/thread_pool.rb:378:in `with_force_shutdown'
17:54:49 web.1  | puma (6.4.3) lib/puma/request.rb:99:in `handle_request'
17:54:49 web.1  | puma (6.4.3) lib/puma/server.rb:464:in `process_client'
17:54:49 web.1  | puma (6.4.3) lib/puma/server.rb:245:in `block in run'
17:54:49 web.1  | puma (6.4.3) lib/puma/thread_pool.rb:155:in `block in spawn_thread'```
@lloydwatkin
Copy link
Member

Hello @AlexisMunozC, what version of the GEM are you using?

@AlexisMunozC
Copy link
Author

Hello @AlexisMunozC, what version of the GEM are you using?

Hi, the version is 7.2.0
image

@lloydwatkin
Copy link
Member

We haven't hit this issue on our systems, would you be able to provide a test case and I'll get it fixed ASAP. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants