Method: Webhookdb::Replicator::Base#upsert_has_deps?

Defined in:
lib/webhookdb/replicator/base.rb

#upsert_has_deps?Boolean

Return true if the integration requires making an API call to upsert. This puts the sync into a lower-priority queue so it is less likely to block other processing. This is usually true if enrichments are involved.

Returns:

  • (Boolean)


743
744
745
# File 'lib/webhookdb/replicator/base.rb', line 743

def upsert_has_deps?
  return false
end