lib/crawler/output_sink/elasticsearch.rb [128:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          _source: ['url'],
          query: {
            range: {
              last_crawled_at: {
                lt: crawl_start_time.rfc3339
              }
            }
          }
        }.deep_stringify_keys
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/output_sink/elasticsearch_spec.rb [564:572]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        _source: ['url'],
        query: {
          range: {
            last_crawled_at: {
              lt: crawl_start_time.rfc3339
            }
          }
        }
      }.deep_stringify_keys
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



