Joshua S. Miller

Results 2 issues of Joshua S. Miller

**Bug Description** The README says `lock_timeout: nil # lock indefinitely`, but https://github.com/mhenrixon/sidekiq-unique-jobs/blob/620fe7503f1d0395cad337d2e45681504913c7ef/lib/sidekiq_unique_jobs/locksmith.rb#L273-L277 executes a non blocking call if `config.timeout` is `nil`. Are these two things contradictory? **Expected behavior** When `lock_timeout`...

Form fields exist on Customer but are missing from the customer resource object. Schema definition: ``` $ curl https://developer.bigcommerce.com/api-reference/store-management/customers-v2/BigCommerce_Customers_API.oas2.json \ | jq '.definitions.Customer.properties.form_fields' ``` ```javascript { "description": "Array of custom...