raokrutarth
raokrutarth
**Describe the bug** Setting a cron job to run at ~4pm everyday but the job runs multiple times as the logs show. **To Reproduce** __code__ ``` _job_defaults = { "coalesce":...
The datastax portal provides a zip file with configuration (hosts, ports, certificates and etc.) in a zip file. The spark Cassandra connector and the java connector have a `spark.cassandra.connection.config.cloud.path` and...
I have verified the redis instance is up on aws: ``` docker run --rm -it redis redis-cli -h "ec2-3-217-106-135.compute-1.amazonaws.com" -p myPort --pass myPass Warning: Using a password with '-a' or...
Hi! I'm building https://newssnips.fyi/about and wanted to use this service for websites that don't have an rss feed. Would you be interested in helping out on the project by restarting...
- **InfluxDB version:** influxdb:1.7-alpine - **InfluxDB-python version:** 5.3.1 - **Python version:** 3.8.5 - **Operating system version:** $ uname -a Linux 5.4.0-56-generic #62-Ubuntu SMP Mon Nov 23 19:20:19 UTC 2020 x86_64...
The code block below creates a new dict but fails when the file system does not allow file locks (or something else related to permissions). ```python def _get_queue_mapper_db_sesh() -> persistqueue.PDict:...