Skip to content

Instantly share code, notes, and snippets.

const {
request,
rabbitmq: { publish },
sequelize,
GcError,
} = require('@galaxycard/utils');
const { Sequelize } = sequelize;
const Op = Sequelize.Op;
const {
hasUserEnoughContacts,
LAST SEEN TYPE REASON OBJECT MESSAGE
27m Normal Scheduled pod/coulson-coulson-d58fd9f58-vn9dv Successfully assigned jx-production/coulson-coulson-d58fd9f58-vn9dv to gke-domain-knati-domain-knati-1afd97c6-ytwx
27m Normal Pulled pod/coulson-coulson-d58fd9f58-vn9dv Container image "docker.io/istio/proxyv2:1.11.2" already present on machine
27m Normal Created pod/coulson-coulson-d58fd9f58-vn9dv Created container istio-init
27m Normal Started pod/coulson-coulson-d58fd9f58-vn9dv Started container istio-init
27m Normal Pulled pod/coulson-coulson-d58fd9f58-vn9dv Container image "asia.gcr.io/domain/coulson:1.0.124" already present on machine
27m Normal Created pod
2021-06-28 23:04:03.074 15827-15970/in.galaxycard.android.debug E/unknown:ReactNative: ReactInstanceManager.createReactContext: mJSIModulePackage not null
2021-06-28 23:04:03.789 15827-15970/in.galaxycard.android.debug E/unknown:ReactNative: ReactInstanceManager.createReactContext: ReactFeatureFlags.useTurboModules == false
2021-06-28 23:04:03.803 15827-15974/in.galaxycard.android.debug E/unknown:ReactNative: ReactInstanceManager.attachRootViewToInstance()
2021-06-28 23:04:03.839 15827-15974/in.galaxycard.android.debug E/unknown:ReactRootView: runApplication: call AppRegistry.runApplication
2021-06-28 23:04:03.856 425-15980/? E/ResolverController: No valid NAT64 prefix (0, <unspecified>/0)
2021-06-28 23:04:04.027 15827-15981/in.galaxycard.android.debug E/AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1
Process: in.galaxycard.android.debug, PID: 15827
java.lang.UnsatisfiedLinkError: dlopen failed: library "libreactnativeutilsjni.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1071
useEffect(() => {
if (status === 'pending' && timer.current === undefined) {
timer.current = setInterval(
updateStatus,
!isNotificationEnabled ? 5000 : 30000,
);
}
return () => {
timer.current && clearTimeout(timer.current);
};
@heroic
heroic / values.yaml
Created June 17, 2019 08:11
env-org-production values.yaml
# assuming app is called fury
fury:
env:
NODE_ENV: production
@heroic
heroic / values.yaml
Created June 17, 2019 08:09
Application values.yaml
env:
NODE_ENV: development
Error from server (Forbidden): error when creating "/tmp/helm-template-workdir-173586296/jx-edit-shivam1420-es/output/namespaces/jx-edit-shivam1420/exposecontroller-service/templates/part0-deployment.yaml": deployments.extensions is forbidden: User "shivam.singla@org.com" cannot create resource "deployments" in API group "extensions" in the namespace "jx-edit-shivam1420": Required "container.deployments.create" permission.
Error from server (Forbidden): error when creating "/tmp/helm-template-workdir-173586296/jx-edit-shivam1420-es/output/namespaces/jx-edit-shivam1420/exposecontroller-service/templates/part0-role.yaml": roles.rbac.authorization.k8s.io is forbidden: User "shivam.singla@org.com" cannot create resource "roles" in API group "rbac.authorization.k8s.io" in the namespace "jx-edit-shivam1420": Required "container.roles.create" permission.
Error from server (Forbidden): error when creating "/tmp/helm-template-workdir-173586296/jx-edit-shivam1420-es/output/namespaces/jx-edit-shivam1420/exposecontroller
env:
- name: DEPLOY_NAMESPACE
value: jx
pipelineConfig:
agent:
container: gcr.io/jenkinsxio/builder-go:0.1.455
env:
- name: DEPLOY_NAMESPACE
value: jx
pipelines: {}
env:
- name: DEPLOY_NAMESPACE
value: jx-production
pipelineConfig:
agent:
container: gcr.io/jenkinsxio/builder-go:0.1.455
env:
- name: DEPLOY_NAMESPACE
value: jx-production
pipelines: {}
env:
- name: DEPLOY_NAMESPACE
value: jx-staging
pipelineConfig:
agent:
container: gcr.io/jenkinsxio/builder-go:0.1.455
env:
- name: DEPLOY_NAMESPACE
value: jx-staging
pipelines: {}