late-alligator-93755
05/26/2021, 7:42 AMpolite-shampoo-89510
05/26/2021, 7:47 AMpolite-dinner-13923
05/26/2021, 8:26 AM{"error":"Error: Failed to publish transformation with id 1t48fElnMn4bPWBooS3SP3vB4S3with error in test : [{\"transformerVersionID\":\"1t48zDuKA3qrGsEFWqb58PwGNhq\",\"result\":{\"success\":false,\"error\":\"Unexpected token export [<isolated-vm>:50:1]\"}}]"}
I’m using the open source data pane (have to have it on-prem unfortunately) and just upgraded it to the latest version.
My function starts as export function transformEvent(event)
. If I use the older version function transform(events)
it gets saved without a problem.
(Also, the control pane used to have the Library option for transformations, but now that’s gone.)
Do I need another version of the data pane?worried-plumber-47973
05/26/2021, 1:06 PM{
"error": "{\"fetching_remote_schema_failed\": {\"errors\": [\"redshift set query_group error : dial tcp 192.168.9.233:5432: connect: connection timed out\"], \"attempt\": 1}}",
"failed_table_uploads": [],
"lastSyncedAt": "2021-05-26T12:15:36.082527Z",
"successful_table_uploads": [],
"uploadID": 113
}
We face this fetching_remote_schema_failed
on the exported_data job state.
All our infra is inside our org vpc and we have given full S3 and redshift access to the aws user being used by the dataplane. Any ideas as to what we might be doing wrong?some-mechanic-55610
05/26/2021, 7:43 PMhallowed-action-68720
05/26/2021, 9:22 PM?transport=beacon
setting, also allow fallback to XMLHttpRequest
if the browser does not support navigator.beacon
?late-alligator-93755
05/26/2021, 10:10 PMhallowed-action-68720
05/26/2021, 10:39 PMhallowed-action-68720
05/27/2021, 1:09 AMworried-plumber-47973
05/27/2021, 10:49 AMrudder-warehouse-staging-logs/
. But this is written on very frequently on S3 multiple times a minute, incurring a lot of cost. Is there a setting or way to mitigate this and write to S3(when using redshift as destination) on a lower frequency?cool-table-80962
05/27/2021, 10:52 AMcould not poll gateway: POST <http://hosted-rudderstack:80/v1/pending-events> giving up after 11 attempt(s)
Could you please help with this? Or advise how this can be traced.
Data Plane URL: https://insightcddvl.dataplane.rudderstack.com
Thank you!flat-plastic-52162
05/27/2021, 4:03 PMlemon-easter-11876
05/27/2021, 4:20 PMconst setUpRudderClient = async () => {
await rudderClient.setup(config.RUDDERSTACK_WRITE_KEY, {
dataPlaneUrl: config.RUDDERSTACK_DATA_PLANE_URL,
trackAppLifecycleEvents: true,
recordScreenViews: false,
logLevel: RUDDER_LOG_LEVEL.DEBUG,
withFactories: [firebase, clevertap, appsflyer],
})
}
useEffect(() => {
setUpRudderClient()
}, [])
This is our code for the second video:
const setUpRudderClient = async () => {
await rudderClient.setup(config.RUDDERSTACK_WRITE_KEY, {
dataPlaneUrl: config.RUDDERSTACK_DATA_PLANE_URL,
trackAppLifecycleEvents: true,
recordScreenViews: false,
logLevel: RUDDER_LOG_LEVEL.DEBUG,
withFactories: [],
})
}
useEffect(() => {
setUpRudderClient()
}, [])
rhythmic-pizza-93292
05/28/2021, 1:41 PMawait
for the events (since it just queues the events).
Is there any way I can guarantee the queue is empty before exiting the script? (Besides some hacky while
loop looking at the queue property)broad-laptop-85515
05/28/2021, 2:24 PMaverage-scientist-63560
05/28/2021, 3:35 PMaverage-scientist-63560
05/28/2021, 6:03 PMrich-apartment-66447
05/30/2021, 7:53 PMrich-apartment-66447
05/30/2021, 7:59 PMrudder-sdk-js
?rich-apartment-66447
05/30/2021, 8:02 PMrich-apartment-66447
05/30/2021, 8:09 PMfierce-xylophone-10965
05/31/2021, 3:44 AMbillowy-fireman-25053
05/31/2021, 4:17 AMoriginal_timestamp
and sent_at
, with values ranging from early May ( before we started our Rudderstack server) to late June (yeah, from the future). This is happening with around 10% of the data.
Any reason why this is happening and ways we can prevent this?fierce-xylophone-10965
05/31/2021, 5:28 AMfierce-xylophone-10965
05/31/2021, 5:29 AM{ "response": "[CDM GOOGLEPUBSUB] Unexpected state: Lock missing for 1tHtWxahXH0RmYWamKugLGmL4TB. Config might not have been updated. Please wait for a min before sending events.", "firstAttemptedAt": "2021-05-31T05:23:56.413Z" }
glamorous-lifeguard-30750
05/31/2021, 7:39 AMglamorous-lifeguard-30750
05/31/2021, 7:40 AMglamorous-lifeguard-30750
05/31/2021, 7:40 AMadamant-wire-23273
05/31/2021, 12:06 PMprehistoric-thailand-80299
05/31/2021, 2:59 PMNote: Recompile with -Xlint:unchecked for details.
Note: /Users/gustavosilva/Documents/development.nosync/fluke/app/node_modules/@rudderstack/rudder-sdk-react-native/android/src/main/java/com/rudderstack/react/android/RNRudderSdkModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/gustavosilva/Documents/development.nosync/fluke/app/node_modules/@rudderstack/rudder-sdk-react-native/android/src/main/java/com/rudderstack/react/android/Utility.java uses unchecked or unsafe operations.
has anybody experienced issues? i will send the full trace on the thread as well