Skip to content

Batch seed procedures

Rafael Reggiani Manzo requested to merge improve_procedures_seeding into master

Loding large datasets causes the following error:

ActiveRecord::StatementInvalid: PG::ConnectionBad: PQconsumeInput() server closed the connection unexpectedly
	This probably means the server terminated abnormally
	before or while processing the request.
/home/manzo/.rvm/gems/ruby-2.6.5@internasus/gems/activerecord-6.0.1/lib/active_record/connection_adapters/postgresql_adapter.rb:672:in `async_exec_params'

Merge request reports