Prashant Chaudhari
Prashant Chaudhari
Is there a support for reading only from slaves that are up to date with the master? https://brandur.org/postgres-reads Scaling Postgres with Read Replicas & Using WAL to Counter Stale Reads
We are trying to use this layer for our lambda function which is running on graviton processors with arm64 architecture. We are getting an error: ``` 2022-03-23T16:18:46.638+05:30CopyI, [2022-03-23T10:48:46.638215 #11] INFO...
I tried this in my app but the size of the function was exceeding 262MB limit. So I dug deeper into the Makefile to see what all it includes in...
Getting this error in the following line .rvm/gems/ruby-2.0.0-p0/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:84: invalid multibyte escape: /[\x80-\xFF]/ (SyntaxError) Ruby - 2.0.0-p0 Rails - 3.2.11
https://github.com/baschtl/devise-token_authenticatable/blob/2e9e3e9ed59916715a019ae3fd9399bba9c1b3e6/lib/devise/token_authenticatable/strategy.rb#L40 ``` Devise::TokenAuthenticatable.setup do |config| config.token_expires_in = 90.days end ``` ``` irb(main):019:0> resource = User.last => # resource.authentication_token_created_at = Time.now-100.days => 2022-11-12 06:18:34.494768917 +0000 irb(main):021:0> resource.save! => true irb(main):022:0> resource.token_expires_in...
Where can I send Pull Requests for joyride plugin? I have a bit different code for the same plugin, not sure where I downloaded it from. All the configuration options...